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

Commit4b95ea4

Browse files
committed
Predicate slack notification job on other jobs
always() does not seem to workSigned-off-by: Danny Kopping <danny@coder.com>
1 parent4543b21 commit4b95ea4

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