From c2bc5764a234550dbf48fdc14c17858170ea8a61 Mon Sep 17 00:00:00 2001 From: Ghlerrix Date: Wed, 9 Aug 2023 13:40:14 +0800 Subject: [PATCH] test workflow_dispatch --- .github/workflows/baidupush.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/baidupush.yml b/.github/workflows/baidupush.yml index c1497098..b1bebf0e 100644 --- a/.github/workflows/baidupush.yml +++ b/.github/workflows/baidupush.yml @@ -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: