diff --git a/rust/.gitea/workflows/flake-update.yaml b/rust/.gitea/workflows/flake-update.yaml index 2055915..e109afb 100644 --- a/rust/.gitea/workflows/flake-update.yaml +++ b/rust/.gitea/workflows/flake-update.yaml @@ -3,7 +3,7 @@ name: "Flake.lock: update Nix dependencies for development environment only" on: workflow_dispatch: # allows manual triggering schedule: - - cron: '00 00 01 1/2 *' # runs the first of day the month every 2 months at 7:00pm local time (midnight UTC) + - cron: '00 00 02 1/2 *' # runs the first of day the month every 2 months at 7:00pm local time (midnight UTC) jobs: nix-flake-update: