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

csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new 6121f0e4 run CI after push (#1293)
6121f0e4 is described below

commit 6121f0e453a39261d7ea0008e99e2e11f9ebdc1f
Author: cxzl25 <[email protected]>
AuthorDate: Fri Sep 12 14:45:07 2025 +0800

    run CI after push (#1293)
---
 .github/workflows/celeborn.yml | 6 +++++-
 .github/workflows/license.yml  | 4 ++++
 .github/workflows/tpcds.yml    | 6 +++++-
 .github/workflows/uniffle.yml  | 6 +++++-
 4 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/celeborn.yml b/.github/workflows/celeborn.yml
index 1ae05d50..194f5fa3 100644
--- a/.github/workflows/celeborn.yml
+++ b/.github/workflows/celeborn.yml
@@ -19,6 +19,10 @@ name: Celeborn
 
 on:
   workflow_dispatch:
+  push:
+    branches:
+      - master
+      - branch-*
   pull_request:
     branches:
       - master
@@ -26,7 +30,7 @@ on:
 
 concurrency:
   group: celeborn-${{ github.workflow }}-${{ github.event.pull_request.number 
|| github.ref }}
-  cancel-in-progress: ${{ github.event_name == 'pull_request' }}
+  cancel-in-progress: true
 
 jobs:
   test-celeborn:
diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index 55c14dee..05b44d85 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -20,6 +20,10 @@ name: License check
 # This GitHub workflow checks Apache License v2.0 Header is added if needed
 
 on:
+  push:
+    branches:
+      - master
+      - branch-*
   pull_request:
     branches:
       - master
diff --git a/.github/workflows/tpcds.yml b/.github/workflows/tpcds.yml
index aba27c7c..7d2fca79 100644
--- a/.github/workflows/tpcds.yml
+++ b/.github/workflows/tpcds.yml
@@ -19,6 +19,10 @@ name: TPC-DS
 
 on:
   workflow_dispatch:
+  push:
+    branches:
+      - master
+      - branch-*
   pull_request:
     branches:
       - master
@@ -26,7 +30,7 @@ on:
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.event.pull_request.number || 
github.ref }}
-  cancel-in-progress: ${{ github.event_name == 'pull_request' }}
+  cancel-in-progress: true
 
 jobs:
   test-spark-30:
diff --git a/.github/workflows/uniffle.yml b/.github/workflows/uniffle.yml
index 910ea080..2367705e 100644
--- a/.github/workflows/uniffle.yml
+++ b/.github/workflows/uniffle.yml
@@ -19,6 +19,10 @@ name: Uniffle
 
 on:
   workflow_dispatch:
+  push:
+    branches:
+      - master
+      - branch-*
   pull_request:
     branches:
       - master
@@ -26,7 +30,7 @@ on:
 
 concurrency:
   group: uniffle-${{ github.workflow }}-${{ github.event.pull_request.number 
|| github.ref }}
-  cancel-in-progress: ${{ github.event_name == 'pull_request' }}
+  cancel-in-progress: true
 
 jobs:
   test-uniffle:

Reply via email to