ops: correct the cron expression to match the comment and run on the first day of the month
Flake.lock: update Nix dependencies for development environment only / nix-flake-update (push) Failing after 4m13s

This commit is contained in:
2026-04-26 01:37:39 -05:00
parent 3306611324
commit 063362f503
+1 -1
View File
@@ -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: