ci: Update reusable workflow branch name

This commit is contained in:
Feng Chao 2025-03-10 09:55:01 +08:00
parent 42b7c9fb12
commit cbe998f174
1 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ jobs:
echo ${{ github.event.pull_request.number }}
run-tests-on-linux:
uses: taosdata/.github/.github/workflows/run-tests-on-linux.yml
uses: taosdata/.github/.github/workflows/run-tests-on-linux.yml@main
needs: fetch-parameters
if: ${{ needs.fetch-parameters.outputs.run_tdgpt_test == 'true' || needs.fetch-parameters.outputs.run_function_test == 'true' }}
with:
@ -82,7 +82,7 @@ jobs:
pr_number: ${{ github.event.pull_request.number }}
run-tests-on-mac:
uses: taosdata/.github/.github/workflows/run-tests-on-macos.yml
uses: taosdata/.github/.github/workflows/run-tests-on-macos.yml@main
needs: fetch-parameters
if: ${{ needs.fetch-parameters.outputs.run_function_test == 'true' }}
with:
@ -92,7 +92,7 @@ jobs:
pr_number: ${{ github.event.pull_request.number }}
run-tests-on-windows:
uses: taosdata/.github/.github/workflows/run-tests-on-windows.yml
uses: taosdata/.github/.github/workflows/run-tests-on-windows.yml@main
needs: fetch-parameters
if: ${{ needs.fetch-parameters.outputs.run_function_test == 'true' }}
with: