fix(ci/update): Update on Saturday
Some checks failed
Perform checks / nix_build (push) Has been cancelled
Perform checks / nix_flake_check (push) Has been cancelled
Perform checks / formatting (push) Has been cancelled

so that the action for jiriks74/os.home.nix can pull this after it's
merged on Sunday
This commit is contained in:
Jiří Štefka 2024-12-29 02:59:37 +01:00
parent 8248c71bd8
commit aa027982c7
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

View file

@ -2,7 +2,7 @@ name: Update `flake.lock`
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
- cron: '0 0 * * 6' # runs weekly on Saturday at 00:00
jobs:
update_lockfile: