From 3a88677eb4b6d509c3640ca2ec4dab662f642a55 Mon Sep 17 00:00:00 2001 From: Kirill Sizov Date: Sat, 6 Aug 2022 07:46:18 +0300 Subject: [PATCH] Workflow dispatch for full check (#92) * add workflow_dispatch trigger * full.yml: add inputs for workflow dispatch trigger --- .github/workflows/full.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/full.yml b/.github/workflows/full.yml index 8ddc7673..16edc24d 100644 --- a/.github/workflows/full.yml +++ b/.github/workflows/full.yml @@ -6,6 +6,10 @@ on: type: string required: true workflow_dispatch: + inputs: + ref: + type: string + required: true env: WORKFLOW_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}