diff --git a/.forgejo/workflows/update_nix_flakes.yml b/.forgejo/workflows/update_nix_flakes.yml index 9baefc0..088c65c 100644 --- a/.forgejo/workflows/update_nix_flakes.yml +++ b/.forgejo/workflows/update_nix_flakes.yml @@ -2,7 +2,7 @@ name: Update Nix flakes and commit changes on: schedule: - - cron: "40 10 * * *" # not to frequent, GitHub only allows a few pulls per hour + - cron: "10 11 * * *" # not to frequent, GitHub only allows a few pulls per hour jobs: update-and-commit: