Skip to content

Commit cfd5eb3

Browse files
authored
Merge branch 'WordPress:trunk' into trunk
2 parents 39e7e35 + a833ca0 commit cfd5eb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/slack-notifications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
runs-on: ubuntu-24.04
219219
timeout-minutes: 20
220220
needs: [ prepare ]
221-
if: ${{ inputs.calling_status == 'cancelled' || cancelled() }}
221+
if: ${{ inputs.calling_status == 'cancelled' && github.run_attempt == 2 || cancelled() }}
222222

223223
steps:
224224
- name: Post cancelled notifications to Slack

0 commit comments

Comments
 (0)