From bb5e2a0d722ef8847a3c8141ef4dee7a64d2aaad Mon Sep 17 00:00:00 2001 From: Reed Krantz Date: Sun, 26 Apr 2026 01:36:12 -0500 Subject: [PATCH] ops: correct the cron expression to match the comment and run on the first day of the month --- .gitea/workflows/flake-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/flake-update.yaml b/.gitea/workflows/flake-update.yaml index 2055915..e109afb 100644 --- a/.gitea/workflows/flake-update.yaml +++ b/.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: