This is an automated email from the ASF dual-hosted git repository.
payang pushed a commit to branch 4.3
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.3 by this push:
new 9ff9c8e7ba1 HOTFIX: change 4.0 to 4.3 for 4.3 pull requests (#21937)
9ff9c8e7ba1 is described below
commit 9ff9c8e7ba17f01128cf6f5776d3b1fca60071f2
Author: PoAn Yang <[email protected]>
AuthorDate: Thu Apr 2 19:54:52 2026 +0900
HOTFIX: change 4.0 to 4.3 for 4.3 pull requests (#21937)
Change 4.0 to 4.3 for 4.3 pull requests.
Reviewers: Chia-Ping Tsai <[email protected]>, Mickael Maison
<[email protected]>, Chih-Yuan Chien
<[email protected]>, Ken Huang <[email protected]>
Signed-off-by: PoAn Yang <[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..a430aeb00fd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,7 +19,7 @@ on:
push:
branches:
- 'trunk'
- - '4.0'
+ - '4.3'
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.3'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number ||
github.ref }}