Skip to content

Commit ac03cec

Browse files
add notify_when: "failure" to scheduled-tests.yml (#1446)
1 parent 53b47c0 commit ac03cec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scheduled-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
notification_title: "{workflow} {status_message}"
4242
message_format: "{emoji} *{workflow}* {status_message} for <{repo_url}|{repo}>"
4343
footer: "View run: {run_url}"
44+
notify_when: "failure"
4445
mention_groups: ${{ vars.SLACK_ON_CALL }}
4546
mention_groups_when: "failure"
4647
env:

0 commit comments

Comments
 (0)