Skip to content

Commit

Permalink
Merge pull request #317 from DFE-Digital/chore/do-not-notify-on-every…
Browse files Browse the repository at this point in the history
…-failed-build-only-deploys

Don't notify on every failed build, only those during deployments
  • Loading branch information
tahb authored Apr 27, 2021
2 parents 4f2d143 + 5eb0b7c commit 7f763aa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,3 @@ jobs:
run: docker-compose -f docker-compose.ci.yml build
- name: Test
run: docker-compose -f docker-compose.ci.yml run --rm test script/test
- name: Notify
uses: 8398a7/action-slack@v3
if: failure()
with:
fields: workflow,job,commit,repo,ref,author,took
status: ${{ job.status }}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 7f763aa

Please sign in to comment.