mirror of
https://github.com/moby/moby.git
synced 2026-06-30 19:58:03 +00:00
The concurrency groups currently cancel older runs for push, tag, scheduled, and manually dispatched events. On maintained refs this canhide a regression when a later run starts before the earlier validation finishes. Keep cancellation for stale pull request runs only, while allowing non-PR validation to complete. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>