Skip to content

Commit d1a71cd

Browse files
committed
remove slack announcement
it is now posted using our github webhook
1 parent 87ec600 commit d1a71cd

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/preDeploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
2929

30-
- name: Announce failed workflow in Slack
31-
if: ${{ needs.typecheck.result == 'failure' || needs.lint.result == 'failure' || needs.test.result == 'failure' }}
32-
uses: ./.github/actions/composite/announceFailedWorkflowInSlack
33-
with:
34-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
35-
3630
- name: Exit failed workflow
3731
if: ${{ needs.typecheck.result == 'failure' || needs.lint.result == 'failure' || needs.test.result == 'failure' }}
3832
run: |

0 commit comments

Comments
 (0)