This is an automated email from the ASF dual-hosted git repository. snuyanzin pushed a commit to branch test_11 in repository https://gitbox.apache.org/repos/asf/flink-connector-opensearch.git
commit 31b09c3469f2c77f25742e2042f5f330b1a7ef0a Author: Sergey Nuyanzin <snuyan...@gmail.com> AuthorDate: Sat May 11 10:54:57 2024 +0200 [hotfix] Use 1.1 branch during weekly instead of 1.0 --- .github/workflows/weekly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index ba6746d..c67f3e6 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -46,10 +46,10 @@ jobs: branch: main }, { flink: 1.17.2, - branch: v1.0 + branch: v1.1 }, { flink: 1.18.1, - branch: v1.0 + branch: v1.1 }] uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils with: