diff --git a/.github/workflows/root-ci.yml b/.github/workflows/root-ci.yml index 8a1218ed33797..cf18d831b3dfd 100644 --- a/.github/workflows/root-ci.yml +++ b/.github/workflows/root-ci.yml @@ -75,6 +75,10 @@ env: OS_INTERFACE: 'public' OS_REGION_NAME: 'cern' +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} + cancel-in-progress: true + jobs: build-macos: if: github.repository_owner == 'root-project' || github.event_name == 'pull_request'