Merge pull request #30329 from taosdata/tomchon-patch-13

ci: add tdgpt .c file into TDengine and TDgpt workflow
This commit is contained in:
WANG Xu 2025-03-21 18:38:28 +08:00 committed by GitHub
commit e0bd3c0e33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ on:
- 'tools/tdgpt/**' - 'tools/tdgpt/**'
- 'source/libs/executor/src/forecastoperator.c' - 'source/libs/executor/src/forecastoperator.c'
- 'source/libs/executor/src/anomalywindowoperator.c' - 'source/libs/executor/src/anomalywindowoperator.c'
- 'source/dnode/mnode/impl/src/mndAnode.c'
- 'include/common/tanalytics.h' - 'include/common/tanalytics.h'
- 'source/common/src/tanalytics.c' - 'source/common/src/tanalytics.c'
- 'tests/parallel/tdgpt_cases.task' - 'tests/parallel/tdgpt_cases.task'

View File

@ -12,6 +12,7 @@ on:
- 'tools/tdgpt/**' - 'tools/tdgpt/**'
- 'source/libs/executor/src/forecastoperator.c' - 'source/libs/executor/src/forecastoperator.c'
- 'source/libs/executor/src/anomalywindowoperator.c' - 'source/libs/executor/src/anomalywindowoperator.c'
- 'source/dnode/mnode/impl/src/mndAnode.c'
- 'include/common/tanalytics.h' - 'include/common/tanalytics.h'
- 'source/common/src/tanalytics.c' - 'source/common/src/tanalytics.c'
- 'tests/parallel/tdgpt_cases.task' - 'tests/parallel/tdgpt_cases.task'