Skip to content

Commit b2cdd58

Browse files
authored
enh: add new-framework-test.yml to workflow exclusions (#34750)
1 parent 1e8deeb commit b2cdd58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tdengine-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ on:
1313
- 'tests/**'
1414
- '**/*.md'
1515
- 'test/**'
16-
- '.github/workflows/tdengine-docs-ci.yml'
16+
- '.github/workflows/**'
17+
- '!.github/workflows/tdengine-build.yml'
1718

1819
concurrency:
1920
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)