diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cbc5279..f90297e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,10 @@ on: - master - monorepo # to be removed once we complete monorepo tasks +concurrency: + group: "${{ github.workflow }}-${{ github.head_ref }}" + cancel-in-progress: ${{ github.event_name == 'pull_request' }} + permissions: {} jobs: