Skip to content

Commit 80f3524

Browse files
authored
make slack on fail a step instead of a separate job (#34002)
1 parent 105426b commit 80f3524

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/azure-prod-build-deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,6 @@ jobs:
142142
run: |
143143
az webapp deployment slot swap --slot canary --target-slot production -n ghdocs-prod -g docs-prod
144144
145-
send-slack-notification-on-failure:
146-
needs: [azure-prod-build-and-deploy]
147-
runs-on: ubuntu-latest
148-
if: ${{ failure() }}
149-
steps:
150145
- name: Send Slack notification if workflow failed
151146
uses: someimportantcompany/github-actions-slack-message@f8d28715e7b8a4717047d23f48c39827cacad340
152147
if: ${{ failure() }}

0 commit comments

Comments
 (0)