mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-09-08 05:20:57 +00:00
Add manual trigger to nightly (#662)
This commit is contained in:
parent
63a09390b8
commit
cbef7c6181
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -3,6 +3,8 @@ name: Nightly
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 8 * * *"
|
- cron: "0 8 * * *"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
# runs-on: macOS-latest
|
# runs-on: macOS-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user