We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041c58a commit f5ad93aCopy full SHA for f5ad93a
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'
+ notify_when: 'failure,cancelled,skipped'
70
env:
71
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
72
0 commit comments