Skip to content

Commit

Permalink
Reduce CRON frequency to once per month
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed May 18, 2024
1 parent 6c31ad6 commit 0602676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- '*'
schedule:
- cron: '0 0 * * MON'
- cron: '0 0 1 * *'

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Security audit

on:
schedule:
- cron: '0 0 * * MON'
- cron: '0 0 1 * *'

jobs:
audit:
Expand Down

0 comments on commit 0602676

Please sign in to comment.