We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39e7e35 + a833ca0 commit cfd5eb3Copy full SHA for cfd5eb3
1 file changed
.github/workflows/slack-notifications.yml
@@ -218,7 +218,7 @@ jobs:
218
runs-on: ubuntu-24.04
219
timeout-minutes: 20
220
needs: [ prepare ]
221
- if: ${{ inputs.calling_status == 'cancelled' || cancelled() }}
+ if: ${{ inputs.calling_status == 'cancelled' && github.run_attempt == 2 || cancelled() }}
222
223
steps:
224
- name: Post cancelled notifications to Slack
0 commit comments