This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new d3f16dc [FLINK-30794][CI] Disable dependency convergence check for
night connector builds
d3f16dc is described below
commit d3f16dc0071d403ba5d28068d7aee3c7adf5f278
Author: Martijn Visser <[email protected]>
AuthorDate: Tue Mar 14 11:51:53 2023 +0100
[FLINK-30794][CI] Disable dependency convergence check for night connector
builds
---
.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