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: branches:
- main - main
pull_request: pull_request:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
check: check:
name: Full Project Check name: Full Project Check