chore: allow manual run of cli start workflow

This commit is contained in:
Han Qiao
2023-12-12 22:33:05 +08:00
committed by GitHub
parent 9c370ce0f9
commit 3945a35008

View File

@@ -8,6 +8,7 @@ on:
schedule: schedule:
# * is a special character in YAML so you have to quote this string # * is a special character in YAML so you have to quote this string
- cron: '30 1,9 * * *' - cron: '30 1,9 * * *'
workflow_dispatch:
defaults: defaults:
run: run: