Skip to content

Commit

Permalink
- fix: npm audit schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Oct 25, 2023
1 parent 6f4a2f5 commit 24e5a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [main]
schedule:
- cron: "0 5 ? * 0" # Weekly every Sunday 05:00 UTC
- cron: "0 5 * * 0" # Weekly every Sunday 05:00 UTC

workflow_dispatch:

Expand Down

0 comments on commit 24e5a93

Please sign in to comment.