We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb6611 commit 041c58aCopy full SHA for 041c58a
1 file changed
.github/workflows/CI.yml
@@ -66,7 +66,7 @@ jobs:
66
token: ${{ secrets.GITHUB_TOKEN }}
67
status: ${{ job.status }}
68
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.
+ notify_when: 'failure'
70
env:
71
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
72
0 commit comments