I'm trying to stage some of my PRs in my own nim fork (eg https://github.com/timotheecour/Nim/pull/418) to avoid using CI resources from nim repo, but this prevents some CI pipelines from building, eg builds.sr.ht (for openbsd), which is a problem when the thing you're trying to fix needs those.
Is there any simple way to solve this?