Skip to content

ci: use public repo main for accurate diff base calculation

Leandro Belli requested to merge lb/update-fetch into main

Avoid using origin/main from the local mirror, which may be outdated. Instead, fetch main from the public repo and compute merge-base from it, ensuring consistency when comparing against FETCH_HEAD from the MR.

Signed-off-by: Leandro Belli leandro.belli@arm.com

Merge request reports

Loading