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

Commite53b675

Browse files
committed
Only notify if required job fails
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent24dd8a1 commite53b675

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,8 +1252,10 @@ jobs:
12521252
make sqlc-vet
12531253
12541254
notify-slack-on-failure:
1255+
needs:
1256+
-required
12551257
runs-on:ubuntu-latest
1256-
if:always() &&failure() && github.ref == 'refs/heads/main'
1258+
if:failure() && github.ref == 'refs/heads/main'
12571259

12581260
steps:
12591261
-name:Send Slack notification

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp