From ae97a221874136fb020e9e2eb44226eeddf4f261 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 21 Jul 2024 10:50:46 +0200 Subject: [PATCH] try to fix the git push frogejo action --- .forgejo/workflows/update_nix_flakes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: