Skip to content

Commit 01ebe9d

Browse files
authored
Fix health check (#37)
1 parent 63d3cce commit 01ebe9d

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Notify slack
2828
uses: kpritam/slack-job-status-action@v1
2929
with:
30-
if: ${{ failure() }}
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)