File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616jobs :
1717 notify_slack :
18+ if : ${{ inputs.job_result != 'cancelled' }}
1819 runs-on : ubuntu-latest
1920 env :
2021 SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
Original file line number Diff line number Diff line change 3232 job_result : ${{ needs.Fuzzing.result }}
3333 secrets :
3434 SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
35- if : ${{ always() }}
35+ if : ${{ always() && !cancelled() }}
Original file line number Diff line number Diff line change 8686 job_result : ${{ needs.build.result }}
8787 secrets :
8888 SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
89- if : ${{ always() }}
89+ if : ${{ always() && !cancelled() }}
Original file line number Diff line number Diff line change 7878 job_result : ${{ needs.build_multiarch.result }}
7979 secrets :
8080 SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
81- if : ${{ always() }}
81+ if : ${{ always() && !cancelled() }}
Original file line number Diff line number Diff line change @@ -139,4 +139,4 @@ jobs:
139139 job_result : ${{ needs.build_test_rtp_io_dock.result }}
140140 secrets :
141141 SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
142- if : ${{ always() }}
142+ if : ${{ always() && !cancelled() }}
Original file line number Diff line number Diff line change @@ -127,4 +127,4 @@ jobs:
127127 job_result : ${{ needs.build_and_test.result }}
128128 secrets :
129129 SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
130- if : ${{ always() }}
130+ if : ${{ always() && !cancelled() }}
You can’t perform that action at this time.
0 commit comments