Skip to content

Commit 86bb62b

Browse files
authored
Fix health check failures not notifying (#64)
1 parent 1851540 commit 86bb62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/health_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
run: npm test
3333

3434
- name: Notify slack
35+
if: failure()
3536
uses: kpritam/slack-job-status-action@v1
3637
with:
37-
if: failure()
3838
job-status: ${{ job.status }}
3939
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
4040
channel: eng-notifications

0 commit comments

Comments
 (0)