Skip to content

Commit

Permalink
ci: Remove Slack notification to archived channel
Browse files Browse the repository at this point in the history
  • Loading branch information
yiannistri committed Nov 8, 2023
1 parent 7dacea1 commit 1d3724b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,20 +287,3 @@ jobs:
"description":"release not required",
"context":"release"
}'
notify-failure:
name: Notify Slack on Failure
runs-on: ubuntu-latest
needs:
- finish-ci-merge
if: ${{ failure() }}
steps:
- name: Send alert
if: github.event_name == 'push'
uses: actions-ecosystem/action-slack-notifier@fc778468d09c43a6f4d1b8cccaca59766656996a
with:
slack_token: ${{ secrets.SLACK_TOKEN_BLUETONIUM }}
message: ":sad-parrot: The <https://github.com/weaveworks/weave-gitops/commit/${{ github.sha }}|latest commit> from ${{ github.actor }} is failing on main. <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|Click here> and weep."
channel: team-denim
color: red
verbose: false

0 comments on commit 1d3724b

Please sign in to comment.