Files
moby/.github
Sebastiaan van Stijn 72e759c6c9 ci: validate-pr: scope concurrency to individual jobs
Use per-job concurrency groups so that a pull-request event only cancels an
older instance of the same validation job.

Previously, an event such as adding a label could cancel the entire workflow
run, including unrelated checks that are skipped by the replacement run.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-08-03 16:07:22 +02:00
..