ci: Update taosd-ci.yml

Add  ignore path of TDgpt files
This commit is contained in:
Feng Chao 2025-03-13 17:10:38 +08:00 committed by GitHub
parent 003f476d8e
commit 5b76d46119
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,13 @@ on:
paths-ignore: paths-ignore:
- 'packaging/**' - 'packaging/**'
- 'docs/**' - 'docs/**'
- 'tools/tdgpt/**'
- 'source/libs/executor/src/forecastoperator.c'
- 'source/libs/executor/src/anomalywindowoperator.c'
- 'include/common/tanalytics.h'
- 'source/common/src/tanalytics.c'
- 'tests/parallel/tdgpt_cases.task'
- 'tests/script/tsim/analytics'
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-TDengine group: ${{ github.workflow }}-${{ github.ref }}-TDengine