mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
workflows/nightly: Allow manual trigger for better testability
This commit is contained in:
parent
d98fafd2f9
commit
57375e0732
1 changed files with 2 additions and 1 deletions
3
.github/workflows/nightly.yaml
vendored
3
.github/workflows/nightly.yaml
vendored
|
|
@ -1,7 +1,8 @@
|
|||
name: Nightly builds
|
||||
on:
|
||||
workflow_dispatch: # Allows manual trigger
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '0 0 * * *'
|
||||
jobs:
|
||||
nightly:
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue