Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9f72de

Browse files
authored
chore: predicate slack notification job on other jobs (#16106)
`always()` does not seem to work Extending #16105 Signed-off-by: Danny Kopping <[email protected]>
1 parent 4543b21 commit f9f72de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nightly-gauntlet.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,11 @@ jobs:
7474
api-key: ${{ secrets.DATADOG_API_KEY }}
7575

7676
notify-slack-on-failure:
77+
needs:
78+
- go-race
79+
- go-timing
7780
runs-on: ubuntu-latest
78-
if: always() && failure()
81+
if: failure()
7982

8083
steps:
8184
- name: Send Slack notification

0 commit comments

Comments
 (0)