diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b5aac1f0..369959d85 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,10 @@ on: pull_request: types: [ opened, reopened, synchronize ] +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + jobs: build: runs-on: ubuntu-latest