mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-09 15:10:39 +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:
|
push:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 23 * * *' # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-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:
|
# on:
|
||||||
# schedule:
|
# schedule:
|
||||||
|
|||||||
Reference in New Issue
Block a user