fix cron job interval
This commit is contained in:
parent
5f8c4791de
commit
2565fc8676
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ name: Update Nix flakes and commit changes
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "5/10 * * * *"
|
||||
- cron: "0 2/5 * * * *" # not to frequent, GitHub only allows a few pulls per hour
|
||||
|
||||
jobs:
|
||||
update-and-commit:
|
||||
|
|
Loading…
Reference in a new issue