Cancel ongoing CI runs for the current branch if needed

This commit is contained in:
Robin Linden
2025-04-10 22:20:09 +02:00
parent efe92cfa29
commit 071d6650c1

View File

@@ -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