Jeff King <peff@xxxxxxxx> writes: >> - if: needs.ci-config.outputs.enabled == 'yes' >> + if: (github.repository == 'git/git' || github.repository == 'gitgitgadget/git') && needs.ci-config.outputs.enabled == 'yes' > > If we do go this route, I'd consider defaulting it to on and just > letting people disable it through needs.ci-config.outputs.vsbuild or > similar. That sounds like a good idea. Special casing based on repositories do not scale.