chore: add workflow_dispatch input in test_relealse (#23)

Co-authored-by: zhengweijun <weijun.zheng@aminer.cn>
This commit is contained in:
wellenzheng 2025-08-04 11:49:48 +08:00 committed by GitHub
parent d98e87cb36
commit 47dc7ca5c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"