We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7228c3c commit 8412b00Copy full SHA for 8412b00
.github/workflows/health_check.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Notify slack
31
uses: kpritam/slack-job-status-action@v1
32
with:
33
- if: ${{ always() }}
+ if: ${{ failure() }}
34
job-status: ${{ job.status }}
35
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
36
- channel: github-actions
+ channel: eng-notifications
0 commit comments