diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3b4876c303..4e3722d8957 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,10 @@ on: permissions: contents: read +concurrency: + group: ${{ github.event_name }}-${{ github.ref }}-${{ github.actor }} + cancel-in-progress: true + jobs: build: runs-on: ubuntu-latest