diff --git a/.forgejo/workflows/nix_build.yaml b/.forgejo/workflows/nix_build.yaml index 2941102..98eea7f 100644 --- a/.forgejo/workflows/nix_build.yaml +++ b/.forgejo/workflows/nix_build.yaml @@ -5,7 +5,7 @@ on: branches: - "**" schedule: - - cron: "30 2 * * *" # not to frequent, GitHub only allows a few pulls per hour + - cron: "30 2/6 * * *" # not to frequent, GitHub only allows a few pulls per hour jobs: nix build: