We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28ae05e + d1a71cd commit 817ef88Copy full SHA for 817ef88
1 file changed
.github/workflows/preDeploy.yml
@@ -27,12 +27,6 @@ jobs:
27
steps:
28
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
29
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
-
36
- name: Exit failed workflow
37
if: ${{ needs.typecheck.result == 'failure' || needs.lint.result == 'failure' || needs.test.result == 'failure' }}
38
run: |
0 commit comments