This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-mongodb.git


The following commit(s) were added to refs/heads/main by this push:
     new a4a3250  [hotfix] Disable nighty dependency convergence
a4a3250 is described below

commit a4a3250423592a9bff8859f3132fb72840d0f2b5
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Wed Mar 29 16:07:59 2023 +0200

    [hotfix] Disable nighty dependency convergence
---
 .github/workflows/weekly.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index e20bf15..76c0f74 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -29,3 +29,4 @@ jobs:
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:
       flink_version: ${{ matrix.flink }}
+      run_dependency_convergence: false

Reply via email to