chore: add workflow_dispatch input in test_relealse (#23)
Co-authored-by: zhengweijun <weijun.zheng@aminer.cn>
This commit is contained in:
parent
d98e87cb36
commit
47dc7ca5c0
1 changed files with 7 additions and 1 deletions
8
.github/workflows/_test_release.yml
vendored
8
.github/workflows/_test_release.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue