mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
This change adds conditional logic to skip build and test jobs when a pull request is labeled with 'ci/validate-only'. The `govulncheck` job in the CI workflow is intentionally excluded from this conditional logic, ensuring security vulnerability checks always run regardless of the label. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>