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