diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8771adfc2..ae6b501ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,6 +6,10 @@ on: - "master" pull_request: +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + jobs: prebuild: name: Pre-build checks