Skip to content

Commit 726f795

Browse files
authored
fix: disable publish failure slack notifications (#10)
1 parent 00a3cb9 commit 726f795

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/failureNotifications.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: failureNotifications
22
on:
3-
workflow_run:
4-
workflows:
5-
- publish
6-
- create-github-release
7-
types:
8-
- completed
3+
workflow_dispatch:
4+
# workflow_run:
5+
# workflows:
6+
# - publish
7+
# - create-github-release
8+
# types:
9+
# - completed
910
jobs:
1011
failure-notify:
1112
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)