Skip to content

Commit ddddb9b

Browse files
committed
Refine test workflow notifications
1 parent 32ddc49 commit ddddb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: terraform validate -no-color
4848

4949
- name: Webex Notification
50-
if: always()
50+
if: always() && github.event_name != 'pull_request'
5151
uses: qsnyder/action-wxt@master
5252
env:
5353
TOKEN: ${{ secrets.WEBEX_TOKEN }}

0 commit comments

Comments
 (0)