ci: add input parameters for specified source and target branches in tdengine-ci-test workflow

This commit is contained in:
chenhaoran 2025-03-12 18:54:00 +08:00
parent 717e9662de
commit 9f69dce0cb
1 changed files with 3 additions and 0 deletions

View File

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