Skip to content

Commit

Permalink
Raise alarm in Slack only on first attempt (apache#44906)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheffl authored Dec 13, 2024
1 parent a56b03b commit 224a4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ jobs:
- tests-kubernetes
- tests-task-sdk
- finalize-tests
if: github.event_name == 'schedule' && failure()
if: github.event_name == 'schedule' && failure() && github.run_attempt == 1
runs-on: ["ubuntu-22.04"]
steps:
- name: Notify Slack
Expand Down

0 comments on commit 224a4e3

Please sign in to comment.