Skip to content

Commit

Permalink
Run NVD check every workday
Browse files Browse the repository at this point in the history
  • Loading branch information
joodie committed Jun 12, 2024
1 parent 61932f0 commit 85d9041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-vulnerabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check dependency vulnerabilities
on:
push:
schedule:
- cron: '0 1 * * 1'
- cron: '0 1 * * 1,2,3,4,5' # every workday

jobs:
"NVD-check":
Expand Down

0 comments on commit 85d9041

Please sign in to comment.