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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user