fix cron job interval

This commit is contained in:
Ingolf Wagner 2024-07-21 00:54:53 +02:00
parent 5f8c4791de
commit 2565fc8676
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:
schedule:
- cron: "5/10 * * * *"
- cron: "0 2/5 * * * *" # not to frequent, GitHub only allows a few pulls per hour
jobs:
update-and-commit: