File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -269,14 +269,14 @@ jobs:
269269 # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
270270 # RELEASE_GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
271271
272- notify-stable-failure :
273- name : Notify Slack for Stable failure
274- # needs: release-stable
275- # if: ${{ always() && github.event_name == 'workflow_dispatch' && needs.release-stable.result == 'failure' }}
276- uses : ./.github/workflows/slack-notify.yml
277- secrets : inherit
278- with :
279- subject : ' Stable Release'
272+ # notify-stable-failure:
273+ # name: Notify Slack for Stable failure
274+ # # needs: release-stable
275+ # # if: ${{ always() && github.event_name == 'workflow_dispatch' && needs.release-stable.result == 'failure' }}
276+ # uses: ./.github/workflows/slack-notify.yml
277+ # secrets: inherit
278+ # with:
279+ # subject: 'Stable Release'
280280
281281 # notify-canary-failure:
282282 # name: Notify Slack for Canary failure
You can’t perform that action at this time.
0 commit comments