From 47dc7ca5c083bc93029becc496f20b1b01dbf1ae Mon Sep 17 00:00:00 2001 From: wellenzheng <40078093+wellenzheng@users.noreply.github.com> Date: Mon, 4 Aug 2025 11:49:48 +0800 Subject: [PATCH] chore: add workflow_dispatch input in test_relealse (#23) Co-authored-by: zhengweijun --- .github/workflows/_test_release.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/_test_release.yml b/.github/workflows/_test_release.yml index 8877441..4eefcb2 100644 --- a/.github/workflows/_test_release.yml +++ b/.github/workflows/_test_release.yml @@ -7,7 +7,13 @@ on: required: true type: string description: "From which folder this pipeline executes" - + workflow_dispatch: + inputs: + working-directory: + required: true + type: string + default: '.' + description: "From which folder this pipeline executes" env: POETRY_VERSION: "1.8.2" PYTHON_VERSION: "3.9"