Skip to content

Commit

Permalink
On failure only (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcothenet authored Sep 1, 2021
1 parent 7228c3c commit 8412b00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/health_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Notify slack
uses: kpritam/slack-job-status-action@v1
with:
if: ${{ always() }}
if: ${{ failure() }}
job-status: ${{ job.status }}
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel: github-actions
channel: eng-notifications

0 comments on commit 8412b00

Please sign in to comment.