mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
commitf0c069ffc9added support for a `ci/validate-only` label to skip tests and only run the validation checks. Commit09ecd74cf3was merged later, but was authored before that feature was merged, so did not account for the label, so the "vm" checks would always run. This applies the additional conditions to skip the "vm" checks if the `ci/validate-only` label is set. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>