mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2024-11-22 21:31:03 +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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 0" # weekly
|
||||
|
||||
|
|
Loading…
Reference in a new issue