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
commit 9eca3413a2ff5b5b1c8710685f737230a658859b Author: Martijn Visser <[email protected]> AuthorDate: Mon Mar 13 10:15:42 2023 +0100 [FLINK-31416][CI] Disable dependency convergence for weekly 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
