Skip to content

Commit adbacc6

Browse files
Add ability to manually run npm-audit-fix workflow (#313)
1 parent 83d9e50 commit adbacc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/autorun-npm-audit-fix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ run-name: Automatically run npm audit fix
33
on:
44
schedule:
55
- cron: '45 08 1 * *' # Run at 1:45 AM PDT on the 1st of every month
6+
workflow_dispatch:
67
jobs:
78
autorun-npm-audit-fix:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)