Skip to content

Commit

Permalink
Only notify on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
hamermike committed Sep 20, 2021
1 parent 3cb9bb4 commit c4f28c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
BASE_CALLBACK_URL: ${{ secrets.BASE_CALLBACK_URL }}
run: npm run test --if-present
- uses: Bandwidth/[email protected]
if: always()
if: failure()
with:
job-status: ${{ job.status }}
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
Expand Down

0 comments on commit c4f28c0

Please sign in to comment.