We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ddc49 commit ddddb9bCopy full SHA for ddddb9b
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
run: terraform validate -no-color
48
49
- name: Webex Notification
50
- if: always()
+ if: always() && github.event_name != 'pull_request'
51
uses: qsnyder/action-wxt@master
52
env:
53
TOKEN: ${{ secrets.WEBEX_TOKEN }}
0 commit comments