Cancel in-progress workflows to speedup CI

This commit is contained in:
momo5502
2025-04-11 09:07:51 +02:00
parent 3836f5d381
commit 705162d069

View File

@@ -21,9 +21,9 @@ on:
- "true"
- "false"
#concurrency:
# group: ${{ github.ref }}
# cancel-in-progress: true
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
clang-tidy: