Update .github/workflows/main.yml
Some checks failed
update-flake-lock / lockfile (push) Failing after 9s

This commit is contained in:
sora 2023-11-14 18:17:48 +01:00
parent 771d94274d
commit 2efe8ca19a

View File

@ -1,8 +1,8 @@
name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
workflow_dispatch:
schedule:
- cron: '0 * * * *' # runs weekly on Sunday at 00:00 ... 0 0 * * 0
- cron: '*/5 * * * *' # runs weekly on Sunday at 00:00 ... 0 0 * * 0
env: