workflow: change cron time
Some checks failed
Update Nix Flake / update-flake (push) Failing after 6s

This commit is contained in:
Julian Mutter 2025-03-22 10:51:21 +01:00
parent ed52562b55
commit c9862e6efc

View File

@ -2,7 +2,7 @@ name: Update Nix Flake
on:
schedule:
- cron: "30 0 * * *" # daily run
- cron: "45 0 * * *" # daily run
workflow_dispatch: {}
jobs: