Skip to content

Commit 479db0c

Browse files
vgvassilevhahnjo
andauthored
Update .github/workflows/root-ci.yml
Co-authored-by: Jonas Hahnfeld <[email protected]>
1 parent b56bb1c commit 479db0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/root-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ env:
7676
OS_REGION_NAME: 'cern'
7777

7878
concurrency:
79-
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
80-
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
79+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
80+
cancel-in-progress: true
8181

8282
jobs:
8383
build-macos:

0 commit comments

Comments
 (0)