ci: add input parameters for specified source and target branches in tdengine-ci-test workflow
This commit is contained in:
parent
717e9662de
commit
9f69dce0cb
|
@ -129,3 +129,6 @@ jobs:
|
|||
if: ${{ needs.fetch-parameters.outputs.run_function_test == 'true' }}
|
||||
with:
|
||||
tdinternal: false
|
||||
specified_source_branch: ${{ github.event.inputs.specified_source_branch }}
|
||||
specified_target_branch: ${{ github.event.inputs.specified_target_branch }}
|
||||
specified_pr_number: ${{ github.event.inputs.specified_pr_number }}
|
Loading…
Reference in New Issue