This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch v3.0 in repository https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git
commit 7d4eb8d6ac184be807c7b8900869f1f5c89ba6b4 Author: Chesnay Schepler <[email protected]> AuthorDate: Mon Nov 14 10:27:20 2022 +0100 [FLINK-29935][ci] Setup weekly run against 1.16-SNAPSHOT --- .github/workflows/weekly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 260c325..4e3cb02 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -24,7 +24,7 @@ jobs: compile_and_test: strategy: matrix: - flink: [1.16-SNAPSHOT, 1.17-SNAPSHOT] + flink: [1.16-SNAPSHOT] uses: ./.github/workflows/ci.yml with: flink_version: ${{ matrix.flink }}
