update workflow to add linux test condition for tdgpt

This commit is contained in:
Feng Chao 2025-03-08 19:15:22 +08:00
parent f03815ca65
commit 9c97a543f2
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
run-tests-on-linux:
uses: taosdata/.github/.github/workflows/run-tests-on-linux.yml@feat/wangxu/taosd-ci
needs: fetch-parameters
if: ${{ needs.fetch-parameters.outputs.run_function_test == 'true' }}
if: ${{ needs.fetch-parameters.outputs.run_tdgpt_test == 'true' || needs.fetch-parameters.outputs.run_function_test == 'true' }}
with:
tdinternal: false
run_function_test: ${{ needs.fetch-parameters.outputs.run_function_test }}