This is an automated email from the ASF dual-hosted git repository.
kunni pushed a commit to branch FLINK-38730-copy
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
The following commit(s) were added to refs/heads/FLINK-38730-copy by this push:
new 9d8f1ebb0 Address comment.
9d8f1ebb0 is described below
commit 9d8f1ebb0e3e4caefdd82eab14a973769c43f33c
Author: lvyanquan <[email protected]>
AuthorDate: Mon Dec 8 10:09:23 2025 +0800
Address comment.
---
.github/workflows/flink_cdc_ci.yml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/.github/workflows/flink_cdc_ci.yml
b/.github/workflows/flink_cdc_ci.yml
index b84c51137..e44688dae 100644
--- a/.github/workflows/flink_cdc_ci.yml
+++ b/.github/workflows/flink_cdc_ci.yml
@@ -22,13 +22,6 @@ on:
paths-ignore:
- 'docs/**'
- 'README.md'
- pull_request:
- branches:
- - master
- - release-*
- paths-ignore:
- - 'docs/**'
- - 'README.md'
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{
github.event.number || github.run_id }}