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 <danny@coder.com>
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

Lines changed: 4 additions & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy