This is an automated email from the ASF dual-hosted git repository.

davidarthur pushed a commit to branch 4.0
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/4.0 by this push:
     new 3e53a8b6f63 MINOR: Add 4.0 branch to CI (#18215)
3e53a8b6f63 is described below

commit 3e53a8b6f639a68c33f91edbbd12f3da22fce747
Author: David Jacot <[email protected]>
AuthorDate: Mon Dec 16 19:13:18 2024 +0100

    MINOR: Add 4.0 branch to CI (#18215)
    
    Reviewers: David Arthur <[email protected]>
---
 .github/workflows/ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dabec1a6eed..a0d531f267d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,6 +19,7 @@ on:
   push:
     branches:
       - 'trunk'
+      - '4.0'
 
   schedule:
     - cron: '0 0 * * 6,0'    # Run on Saturday and Sunday at midnight UTC
@@ -27,10 +28,11 @@ on:
     types: [ opened, synchronize, ready_for_review, reopened ]
     branches:
       - 'trunk'
+      - '4.0'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.event.pull_request.number || 
github.ref }}
-  cancel-in-progress: ${{ github.ref != 'refs/heads/trunk' }}
+  cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
 
 jobs:
   build:

Reply via email to