diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3c1db80..33b2984 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -87,3 +87,7 @@ jobs: - run: (cd build && ctest -C Debug ) if: startsWith(matrix.os, 'windows') + +concurrency: + group: ${{ github.head_ref || github.run_id }} + cancel-in-progress: true