Skip to content

Commit 8412b00

Browse files
authored
On failure only (#39)
1 parent 7228c3c commit 8412b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/health_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Notify slack
3131
uses: kpritam/slack-job-status-action@v1
3232
with:
33-
if: ${{ always() }}
33+
if: ${{ failure() }}
3434
job-status: ${{ job.status }}
3535
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
36-
channel: github-actions
36+
channel: eng-notifications

0 commit comments

Comments
 (0)