This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch v3.0 in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git
commit 3f825a2774405e348198dc789f70df48ac2e279f 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 (cherry picked from commit 47404c4f1394a3bec38f26d2eacff973541f4eb7) --- .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
