diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 9f761aca5..1fa726172 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -3,6 +3,10 @@ name: Pull Request Verification on: pull_request +concurrency: + group: ${{ github.ref }} + cancel-in-progress: true + jobs: windows: