We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56bb1c commit 479db0cCopy full SHA for 479db0c
.github/workflows/root-ci.yml
@@ -76,8 +76,8 @@ env:
76
OS_REGION_NAME: 'cern'
77
78
concurrency:
79
- group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
80
- cancel-in-progress: ${{ github.event_name == 'pull_request' }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
+ cancel-in-progress: true
81
82
jobs:
83
build-macos:
0 commit comments