This is an automated email from the ASF dual-hosted git repository.
reswqa pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git
The following commit(s) were added to refs/heads/main by this push:
new c75d942 [hotfix] Correct branch in ci
c75d942 is described below
commit c75d942ba7fae3de35dc2209cefaf8d2fc0077aa
Author: liorhuang <[email protected]>
AuthorDate: Thu May 14 14:50:46 2026 +0800
[hotfix] Correct branch in ci
---
.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 572d72b..c78249a 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -39,7 +39,7 @@ jobs:
jdk: '11, 17, 21'
}, {
flink: 2.0.2,
- branch: 4.0,
+ branch: v4.0,
jdk: '11, 17, 21'
}, {
flink: 1.19.3,