fix(ci/update): Update on Saturday
All checks were successful
Perform checks / formatting (push) Successful in 45s
Perform checks / nix_flake_check (push) Successful in 42s

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:57:32 +01:00
parent 8813887171
commit b0e29d137b
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

View file

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