Skip to content

Commit

Permalink
Remove Slack notification on build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad committed Oct 25, 2022
1 parent 6ff859f commit 6979fa9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6979fa9

Please sign in to comment.