diff --git a/.github/workflows/ci-build-tests.yml b/.github/workflows/ci-build-tests.yml index a2d4dc862..12d53d6a0 100644 --- a/.github/workflows/ci-build-tests.yml +++ b/.github/workflows/ci-build-tests.yml @@ -16,6 +16,10 @@ on: name: CI Tests +concurrency: + group: ci-build-tests-${{ github.ref }} + cancel-in-progress: true + jobs: lint: runs-on: ubuntu-latest