This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch 4.1
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.1 by this push:
new b4875501e19 MINOR: Add 4.1 branch to CI (#20112)
b4875501e19 is described below
commit b4875501e194fe6ef4609d9113243cdadee1ed24
Author: Jhen-Yung Hsu <[email protected]>
AuthorDate: Mon Jul 7 16:15:16 2025 +0800
MINOR: Add 4.1 branch to CI (#20112)
Add 4.1 branch to CI per https://github.com/apache/kafka/pull/18215
Reviewers: Chia-Ping Tsai <[email protected]>
---
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c02c47c7584..bd260e8f1fc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,7 +19,7 @@ on:
push:
branches:
- 'trunk'
- - '4.0'
+ - '4.1'
schedule:
- cron: '0 0 * * 6,0' # Run on Saturday and Sunday at midnight UTC
@@ -28,7 +28,7 @@ on:
types: [ opened, synchronize, ready_for_review, reopened ]
branches:
- 'trunk'
- - '4.0'
+ - '4.1'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number ||
github.ref }}