This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch 4.2
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.2 by this push:
new 6d99a0f8ac4 HOTFIX: Add 4.2 branch to CI (#20963)
6d99a0f8ac4 is described below
commit 6d99a0f8ac42c055c9883ace44ad2fd68f73d692
Author: Nick Guo <[email protected]>
AuthorDate: Sun Nov 23 02:32:46 2025 +0800
HOTFIX: Add 4.2 branch to CI (#20963)
Add 4.2 branch to CI, as discussed in
https://github.com/apache/kafka/pull/20948#pullrequestreview-3495483828
Reviewers: PoAn Yang <[email protected]>, Ken Huang
<[email protected]>, 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..8886acbac16 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,7 +19,7 @@ on:
push:
branches:
- 'trunk'
- - '4.0'
+ - '4.2'
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.2'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number ||
github.ref }}