This is an automated email from the ASF dual-hosted git repository. reswqa pushed a commit to branch debug-weekly-ci in repository https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git
commit fd4fe0eeba7016b8e18c0a732171c7e1be957b31 Author: Guo <[email protected]> AuthorDate: Fri May 15 15:48:00 2026 +0800 debug --- .github/workflows/weekly.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 572d72b..1190358 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -30,23 +30,11 @@ jobs: strategy: matrix: flink_branches: [{ - flink: 2.2-SNAPSHOT, - branch: main, - jdk: '11, 17, 21' - }, { - flink: 2.1-SNAPSHOT, - branch: main, - jdk: '11, 17, 21' - }, { - flink: 2.0.2, - branch: 4.0, - jdk: '11, 17, 21' - }, { flink: 1.19.3, - branch: v3.1 + branch: test-3.1 }, { flink: 1.20.4, - branch: v3.1 + branch: test-3.1 }] uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils with:
