no log: Enabled workflow_dispatch on Schedule Trigger job

This commit is contained in:
Liang Yi 2021-03-29 14:51:43 +08:00 committed by GitHub
parent 531899fca9
commit bcf31196ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@ name: Schedule Trigger
on:
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
jobs:
Release-Nightly: