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