Skip to content

Commit 9a65f71

Browse files
lvyanquanqwencoder
andcommitted
[hotfix][ci] Add .dlc.json to paths-ignore in Flink CDC CI workflow
Prevent documentation-only changes (dead link check config) from triggering unnecessary unit and E2E tests. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent 851769e commit 9a65f71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/flink_cdc_ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ on:
2222
paths-ignore:
2323
- 'docs/**'
2424
- 'README.md'
25+
- '.dlc.json'
2526
pull_request:
2627
branches:
2728
- master
2829
- release-*
2930
paths-ignore:
3031
- 'docs/**'
3132
- 'README.md'
33+
- '.dlc.json'
3234

3335
concurrency:
3436
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.number || github.run_id }}

0 commit comments

Comments
 (0)