From d1a71cd32140cb618f260f3e4cba0699b1454faa Mon Sep 17 00:00:00 2001 From: Andrew Rosiclair Date: Thu, 7 Aug 2025 17:25:06 -0400 Subject: [PATCH] remove slack announcement it is now posted using our github webhook --- .github/workflows/preDeploy.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/preDeploy.yml b/.github/workflows/preDeploy.yml index f1e44bce0acc..11a3c35e9f59 100644 --- a/.github/workflows/preDeploy.yml +++ b/.github/workflows/preDeploy.yml @@ -27,12 +27,6 @@ jobs: steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - - name: Announce failed workflow in Slack - if: ${{ needs.typecheck.result == 'failure' || needs.lint.result == 'failure' || needs.test.result == 'failure' }} - uses: ./.github/actions/composite/announceFailedWorkflowInSlack - with: - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} - - name: Exit failed workflow if: ${{ needs.typecheck.result == 'failure' || needs.lint.result == 'failure' || needs.test.result == 'failure' }} run: |