ci: add concurrency cancel-in-progress to ci.yml #516

Merged
guettlibot merged 1 commits from refs/pull/516/head into main 2026-06-07 00:40:14 +00:00
+3
View File
@@ -4,6 +4,9 @@ on:
branches:
- main
pull_request:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
name: Full Project Check