This is an automated email from the ASF dual-hosted git repository. jiabaosun pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-mongodb.git
commit aaf3867b2a72a61a0511f250c36580842623b6bc Author: Leonard Xu <[email protected]> AuthorDate: Mon Feb 19 18:38:29 2024 +0800 [hotfix] Update nightly builds against the latest released v1.1 branch --- .github/workflows/weekly.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index a70c3b8..8599352 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -42,14 +42,14 @@ jobs: branch: main }, { flink: 1.16.3, - branch: v1.0 + branch: v1.1 }, { flink: 1.17.2, - branch: v1.0 + branch: v1.1 }, { flink: 1.18.1, jdk: '8, 11, 17', - branch: v1.0 + branch: v1.1 }] uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils with:
