Skip to content

Commit 343d96a

Browse files
authored
Fix healthcheck (#43)
1 parent 27d3662 commit 343d96a

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
@@ -34,7 +34,7 @@ jobs:
3434
- name: Notify slack
3535
uses: kpritam/slack-job-status-action@v1
3636
with:
37-
if: ${{ failure() }}
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)