Skip to content

Commit 041c58a

Browse files
authored
Update CI.yml
Fire notification only on failure [skip ci]
1 parent afb6611 commit 041c58a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
token: ${{ secrets.GITHUB_TOKEN }}
6767
status: ${{ job.status }}
6868
message_format: "{emoji} *${{matrix.node}}* {status_message} in <{run_url}>"
69-
#notify_when: 'failure' #now that things are fixed, fire a notification even on success, for testing.
69+
notify_when: 'failure'
7070
env:
7171
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
7272

0 commit comments

Comments
 (0)