Skip to content

Commit

Permalink
ci: reduce audit check frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Jun 5, 2024
1 parent 0bd606a commit 57d68c8
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 @@ concurrency:

on:
schedule:
- cron: '00 10 * * 3' # 06:00 GMT-4
- cron: '00 10 6 * *' # 06:00 GMT-4
push:
paths:
- '**/Cargo.toml'
Expand Down

0 comments on commit 57d68c8

Please sign in to comment.