Skip orphaned pool repositories even when there's a fork network
What does this MR do and why?
Fixes #362600 (closed)
This line was introduced originally in 89a407dc
root_of_fork_network
relation was introduced in 19036117
Since the relation never returned a Project
that could be assigned to source_project
I believe this line has never worked. We already try to skip orphaned pool repositories as per !54112 (merged) So lets do that for these ones too.
We create pools for forks, but it doesn't follow that there should be a pool because there's a fork.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.