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-gcp-pubsub.git
The following commit(s) were added to refs/heads/main by this push:
new 47404c4 [FLINK-30794][CI] Disable dependency convergence check for
night connector builds
47404c4 is described below
commit 47404c4f1394a3bec38f26d2eacff973541f4eb7
Author: Martijn Visser <[email protected]>
AuthorDate: Mon Mar 13 17:22:26 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 577ff1f..9d34bc1 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -30,3 +30,4 @@ jobs:
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}
+ run_dependency_convergence: false