From f03815ca65fca21372a5405cbd1ef71a0f4264b2 Mon Sep 17 00:00:00 2001 From: Feng Chao Date: Sat, 8 Mar 2025 19:13:22 +0800 Subject: [PATCH] add test param to verify the test workflow --- .github/workflows/taosd-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/taosd-ci.yml b/.github/workflows/taosd-ci.yml index 8789041b91..76012e508a 100644 --- a/.github/workflows/taosd-ci.yml +++ b/.github/workflows/taosd-ci.yml @@ -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 }}