File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 7373 asset_content_type : application/x-deb
7474 - name : Slack notification of CI status
7575 uses : rtCamp/action-slack-notify@v2
76+ if : success() || failure()
7677 env :
7778 SLACK_CHANNEL : team_open_source
7879 SLACK_COLOR : ${{ job.status }}
@@ -160,6 +161,7 @@ jobs:
160161 asset_content_type : application/x-deb
161162 - name : Slack notification of CI status
162163 uses : rtCamp/action-slack-notify@v2
164+ if : success() || failure()
163165 env :
164166 SLACK_CHANNEL : team_open_source
165167 SLACK_COLOR : ${{ job.status }}
@@ -312,6 +314,7 @@ jobs:
312314 docker logout
313315 - name : Slack notification of CI status
314316 uses : rtCamp/action-slack-notify@v2
317+ if : success() || failure()
315318 env :
316319 SLACK_CHANNEL : team_open_source
317320 SLACK_COLOR : ${{ job.status }}
You can’t perform that action at this time.
0 commit comments