test workflow_dispatch

This commit is contained in:
Ghlerrix
2023-08-09 13:40:14 +08:00
parent c7b57078d9
commit c2bc5764a2

View File

@@ -7,6 +7,13 @@ on:
push:
schedule:
- cron: '0 23 * * *' # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule
workflow_dispatch:
inputs:
unconditional-invoking:
description: 'baidupush unconditionally'
type: boolean
required: true
default: true
# on:
# schedule: