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-pulsar.git


The following commit(s) were added to refs/heads/v3.0 by this push:
     new 3d99e09  [hotfix][ci] Setup weekly run against 1.16-SNAPSHOT
3d99e09 is described below

commit 3d99e09b9966e1f4cd1a312b5fa70b4d02fef4f2
Author: Martijn Visser <martijnvis...@apache.org>
AuthorDate: Thu Dec 1 10:34:44 2022 +0100

    [hotfix][ci] Setup weekly run against 1.16-SNAPSHOT
---
 .github/workflows/weekly.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index 28aed6b..39f3300 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -24,7 +24,7 @@ jobs:
   compile_and_test:
     strategy:
       matrix:
-        flink: [1.16-SNAPSHOT, 1.17-SNAPSHOT]
+        flink: [1.16-SNAPSHOT]
     uses: ./.github/workflows/ci.yml
     with:
       flink_version: ${{ matrix.flink }}

Reply via email to