Skip to content

Fix project pipeline overview always shows fork badge

What does this MR do and why?

This MR fixes a bug introduced by !154025 (merged) where the project pipeline index page would always show a fork badge, even if the pipeline is not from a fork.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  1. Go to any project
  2. Start a pipeline
  3. See that the fork badge is gone

Merge request reports