Skip to content

Commit 546de22

Browse files
authored
Fix health check failures not notifying (#58)
1 parent a9795c5 commit 546de22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/health_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
run: make test
2626

2727
- name: Notify slack
28+
if: failure()
2829
uses: kpritam/slack-job-status-action@v1
2930
with:
30-
if: failure()
3131
job-status: ${{ job.status }}
3232
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
3333
channel: eng-notifications

0 commit comments

Comments
 (0)