mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2024-11-23 05:40:44 +00:00
CI: allow flake update workflow to be triggered manually
This commit is contained in:
parent
7feef29595
commit
39550b79e3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-flake.yml
vendored
1
.github/workflows/update-flake.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: Update flake
|
name: Update flake
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * 0" # weekly
|
- cron: "0 0 * * 0" # weekly
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue