Update .github/workflows/main.yml
Some checks failed
update-flake-lock / lockfile (push) Failing after 9s
Some checks failed
update-flake-lock / lockfile (push) Failing after 9s
This commit is contained in:
parent
771d94274d
commit
2efe8ca19a
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -1,8 +1,8 @@
|
|||||||
name: update-flake-lock
|
name: update-flake-lock
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # allows manual triggering
|
workflow_dispatch:
|
||||||
schedule:
|
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:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user