From 6979fa971fc48bc257a4577a1f4fb8a30d2b88f3 Mon Sep 17 00:00:00 2001 From: James Gunn Date: Tue, 25 Oct 2022 12:51:43 +0100 Subject: [PATCH] Remove Slack notification on build failure --- .github/workflows/build.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f8ec31e2..4aa7efa42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -169,17 +169,6 @@ jobs: push: true tags: ${{ steps.image_tags.outputs.testclient }} - - name: Notify Slack channel on build or scan failure - if: failure() && steps.get_monitoring_secret.outcome == 'success' - uses: rtCamp/action-slack-notify@v2 - env: - SLACK_USERNAME: CI Deployment - SLACK_TITLE: Build failure - SLACK_MESSAGE: Get an identity - build or SNYK scan failure. - SLACK_WEBHOOK: ${{ steps.get_monitoring_secret.outputs.SLACK_WEBHOOK }} - SLACK_COLOR: failure - SLACK_FOOTER: Sent from build job of build.yml - validate_terraform: name: Validate Terraform runs-on: ubuntu-latest