Files
TUIkit/.github/workflows
phranck 0d6f4a7bf3 Fix: CI concurrency group was static — runs cancelled each other
The concurrency group was hardcoded to "pages", causing every CI run
(any branch) to cancel all other running workflows. Now uses per-ref
groups (ci-$ref) with cancel-in-progress only for pull requests.
2026-02-02 21:55:39 +01:00
..