Skip to content

Commit 817ef88

Browse files
authored
Merge pull request Expensify#68159 from Expensify/arosiclair-predeploy-announcement
Remove Slack announcement for preDeploy failures
2 parents 28ae05e + d1a71cd commit 817ef88

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)