Adding a manual workflow dispatch
This commit is contained in:
parent
2ee4343385
commit
01768113b8
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * 0'
|
- cron: '0 0 * * 0'
|
||||||
# “At 00:00 Sunday."
|
# “At 00:00 Sunday."
|
||||||
|
workflow-dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-flake-lock:
|
update-flake-lock:
|
||||||
|
|
Loading…
Reference in a new issue