Skip to content

Commit

Permalink
Refine test workflow notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Mar 30, 2024
1 parent 32ddc49 commit ddddb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: terraform validate -no-color

- name: Webex Notification
if: always()
if: always() && github.event_name != 'pull_request'
uses: qsnyder/action-wxt@master
env:
TOKEN: ${{ secrets.WEBEX_TOKEN }}
Expand Down

0 comments on commit ddddb9b

Please sign in to comment.