mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 06:37:16 -04:00
no log: Enabled workflow_dispatch on Schedule Trigger job
This commit is contained in:
parent
1613501ea4
commit
291b0a2b25
1 changed files with 1 additions and 0 deletions
1
.github/workflows/schedule.yaml
vendored
1
.github/workflows/schedule.yaml
vendored
|
@ -3,6 +3,7 @@ name: Schedule Trigger
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 6 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Release-Nightly:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue