mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 15:09:22 +00:00
test workflow_dispatch
This commit is contained in:
7
.github/workflows/baidupush.yml
vendored
7
.github/workflows/baidupush.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user