Skip to content

Commit 4b0e2ae

Browse files
committed
chore(ci): fix owners
1 parent 690943c commit 4b0e2ae

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)