Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf9f72de

Browse files
authored
chore: predicate slack notification job on other jobs (#16106)
`always()` does not seem to workExtending#16105Signed-off-by: Danny Kopping <danny@coder.com>
1 parent4543b21 commitf9f72de

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)

[8]ページ先頭

©2009-2025 Movatter.jp