fix cron job interval

This commit is contained in:
Ingolf Wagner 2024-07-21 09:04:09 +02:00
parent 7812472b2b
commit a89ee9c43e
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -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: