Skip to content

Commit 5067e8c

Browse files
Update Security-Notification.yml
Remove condition to test
1 parent a1768b2 commit 5067e8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Security-Notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
notify_slack_on_alert:
10-
if: github.event.action == 'created' || github.event.action == 'reopened'
10+
# if: github.event.action == 'created' || github.event.action == 'reopened'
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Send Slack Notification

0 commit comments

Comments
 (0)