feat(rust): correct the cron expression in the flake-update gitea workflow to match the comment and run on the first day of the month

This commit is contained in:
2026-04-26 01:38:44 -05:00
parent 5a4f672586
commit 968f1bb4db
+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: