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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9fd85d9acc5a Revert "[SPARK-48379][INFRA] Cancel previous builds on a 
PR when new commit is pushed"
9fd85d9acc5a is described below

commit 9fd85d9acc5acf455d0ad910ef2848695576242b
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Wed May 22 20:26:17 2024 +0900

    Revert "[SPARK-48379][INFRA] Cancel previous builds on a PR when new commit 
is pushed"
    
    This reverts commit 93d83c347042d434064dd229164603ead6556a6d.
---
 .github/workflows/build_main.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.github/workflows/build_main.yml b/.github/workflows/build_main.yml
index bd399691210e..9ef52f326375 100644
--- a/.github/workflows/build_main.yml
+++ b/.github/workflows/build_main.yml
@@ -24,11 +24,6 @@ on:
     branches:
     - '**'
 
-concurrency:
-  group: ${{ github.workflow }}-${{ github.ref }}
-  # only cancel in forked repositories
-  cancel-in-progress: ${{ github.repository_owner != 'apache' }}
-
 jobs:
   call-build-and-test:
     permissions:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to