This is an automated email from the ASF dual-hosted git repository.
ferenc-csaky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-http.git
The following commit(s) were added to refs/heads/main by this push:
new 4ee7538 [hotfix] Fix weekly CI branches
4ee7538 is described below
commit 4ee75381a86be9544023d5dc9908a47dfc6aea90
Author: Ferenc Csaky <[email protected]>
AuthorDate: Mon May 18 12:01:18 2026 +0200
[hotfix] Fix weekly CI branches
---
.github/workflows/weekly.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index f588ee3..b6b39bb 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -29,16 +29,16 @@ jobs:
if: github.repository_owner == 'apache'
strategy:
matrix:
- flink_branches: &flink_branches_matrix [{
+ flink_branches: [{
flink: 2.3-SNAPSHOT,
branch: main
}, {
- flink: 2.2.0,
- branch: release-2.2
+ flink: 2.2-SNAPSHOT,
+ branch: main
}]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink_branches.flink }}
connector_branch: ${{ matrix.flink_branches.branch }}
jdk_version: ${{ matrix.flink_branches.jdk || '11, 17, 21' }}
- run_dependency_convergence: false
\ No newline at end of file
+ run_dependency_convergence: false