fix(workflows): set schedule correctly
All checks were successful
Build packages / Build derivations (push) Successful in 1m21s

This commit is contained in:
uku 2024-11-11 11:07:01 +01:00
parent 403f79d7aa
commit c529d67a47
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -3,7 +3,7 @@ name: Update flake.lock
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- 0 0 * * 1 - cron: 0 0 * * 1
jobs: jobs:
update_flake_lock: update_flake_lock: