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 a5acf31 commit 771bf40Copy full SHA for 771bf40
.github/workflows/root-ci.yml
@@ -75,6 +75,10 @@ env:
75
OS_INTERFACE: 'public'
76
OS_REGION_NAME: 'cern'
77
78
+concurrency:
79
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
80
+ cancel-in-progress: true
81
+
82
jobs:
83
build-macos:
84
if: github.repository_owner == 'root-project' || github.event_name == 'pull_request'
0 commit comments