allow the update to be run manually
This commit is contained in:
parent
034a6f7046
commit
43212229aa
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update.yml
vendored
1
.github/workflows/update.yml
vendored
|
@ -2,6 +2,7 @@ name: Update flake
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "35 * * * *"
|
- cron: "35 * * * *"
|
||||||
|
workflow_dispatch: {}
|
||||||
jobs:
|
jobs:
|
||||||
update-flake:
|
update-flake:
|
||||||
name: Update flake
|
name: Update flake
|
||||||
|
|
Loading…
Reference in a new issue