Skip to content

Commit ec294b2

Browse files
Add ability to manually run npm-audit-fix workflow (#176)
1 parent 97f2a1d commit ec294b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)