mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 14:40:20 +09:00
workflows/nightly: Allow manual trigger for better testability
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user