diff --git a/.forgejo/workflows/nix_build.yaml b/.forgejo/workflows/nix_build.yaml index a45a75a..96b7848 100644 --- a/.forgejo/workflows/nix_build.yaml +++ b/.forgejo/workflows/nix_build.yaml @@ -5,7 +5,7 @@ on: branches: - '**' schedule: - - cron: '40 12 * * *' # not to frequent, GitHub only allows a few pulls per hour + - cron: '50 12 * * *' # not to frequent, GitHub only allows a few pulls per hour jobs: nix build: