ops: correct the cron expression to match the comment and run on the first day of the month

This commit is contained in:
2026-04-26 01:36:12 -05:00
parent 97505c9ad4
commit bb5e2a0d72
+1 -1
View File
@@ -3,7 +3,7 @@ name: "Flake.lock: update Nix dependencies for development environment only"
on: on:
workflow_dispatch: # allows manual triggering workflow_dispatch: # allows manual triggering
schedule: 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: jobs:
nix-flake-update: nix-flake-update: