diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 0e2ff54..4af739f 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -5,6 +5,9 @@ on: pull_request: branches: [main, dev] workflow_dispatch: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} jobs: unit_tests: name: Unit Tests