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.
1 parent 105426b commit 80f3524Copy full SHA for 80f3524
.github/workflows/azure-prod-build-deploy.yml
@@ -142,11 +142,6 @@ jobs:
142
run: |
143
az webapp deployment slot swap --slot canary --target-slot production -n ghdocs-prod -g docs-prod
144
145
- send-slack-notification-on-failure:
146
- needs: [azure-prod-build-and-deploy]
147
- runs-on: ubuntu-latest
148
- if: ${{ failure() }}
149
- steps:
150
- name: Send Slack notification if workflow failed
151
uses: someimportantcompany/github-actions-slack-message@f8d28715e7b8a4717047d23f48c39827cacad340
152
if: ${{ failure() }}
0 commit comments