mirror of
https://github.com/moby/moby.git
synced 2026-08-10 17:15:06 +00:00
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>