Skip to content

Commit a1768b2

Browse files
Update Security-Notification.yml
Swapping dependabot_alert temporarily to workflow_dispatch to manually run action to test alerts.
1 parent 26d331f commit a1768b2

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
@@ -2,7 +2,7 @@ name: Security Vulnerability Slack Notification
22

33
# This workflow runs whenever a Dependabot alert is created or reopened.
44
on:
5-
dependabot_alert:
5+
workflow_dispatch:
66
types: [created, reopened]
77

88
jobs:

0 commit comments

Comments
 (0)