Skip to content

Commit bf5bda0

Browse files
Simon Ritdzenanz
authored andcommitted
Revert "ENH: GHA: cancel in progress builds for pull requests"
This reverts commit 1c47251.
1 parent 3cd7ae5 commit bf5bda0

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/build-test-cxx.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ on:
3030
required: false
3131
type: string
3232

33-
concurrency:
34-
group: '${{ github.workflow }}@${{ github.event.pull_request.head.sha || github.head_ref || github.ref }}'
35-
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
36-
3733
jobs:
3834
build-test-cxx:
3935
runs-on: ${{ matrix.os }}

.github/workflows/build-test-package-python.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ on:
5555
pypi_password:
5656
required: false # Packages will not be uploaded to PyPI if not set
5757

58-
concurrency:
59-
group: '${{ github.workflow }}@${{ github.event.pull_request.head.sha || github.head_ref || github.ref }}'
60-
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
61-
6258
jobs:
6359

6460
build-linux-py:

0 commit comments

Comments
 (0)