add test param to verify the test workflow
This commit is contained in:
parent
59632358b5
commit
f03815ca65
|
@ -33,7 +33,8 @@ jobs:
|
|||
id: parameters
|
||||
run: |
|
||||
set -euo pipefail
|
||||
target_branch=${{ github.event.pull_request.base.ref }}
|
||||
target_branch="3.0" # for test
|
||||
# target_branch=${{ github.event.pull_request.base.ref }}
|
||||
|
||||
# Check whether to run tdgpt test cases
|
||||
cd ${{ env.WKC }}
|
||||
|
|
Loading…
Reference in New Issue