diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index fa2f0d1..12c3baa 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -6,6 +6,9 @@ on: pull_request: env: FORCE_COLOR: 1 +concurrency: + group: ci-unit-${{ github.head_ref || github.ref }}-${{ github.repository }} + cancel-in-progress: true jobs: unit-tests: runs-on: ubuntu-latest