Update lockfile on a schedule #29

Merged
jalil merged 2 commits from ci into main 2024-07-20 16:10:08 +02:00
Showing only changes of commit 5e326d8f6e - Show all commits

View file

@ -6,8 +6,9 @@ on:
- ./**.nix
- ./flake.lock
pull_request:
schedule:
- cron: 5 4 * * 5 # At 04:05 on Friday.
# scheduled runs are run on my own infrastructure
# schedule:
# - cron: 5 4 * * 5 # At 04:05 on Friday.
jobs:
check: