Skip to content

Commit 47dc7ca

Browse files
wellenzhengzhengweijun
andauthored
chore: add workflow_dispatch input in test_relealse (#23)
Co-authored-by: zhengweijun <[email protected]>
1 parent d98e87c commit 47dc7ca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/_test_release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ on:
77
required: true
88
type: string
99
description: "From which folder this pipeline executes"
10-
10+
workflow_dispatch:
11+
inputs:
12+
working-directory:
13+
required: true
14+
type: string
15+
default: '.'
16+
description: "From which folder this pipeline executes"
1117
env:
1218
POETRY_VERSION: "1.8.2"
1319
PYTHON_VERSION: "3.9"

0 commit comments

Comments
 (0)