Do not generate GraphQL schema in docs-only pipelines
What does this MR do and why?
Do not generate GraphQL schema in docs-only pipelines
We previously sped up the docs-only pipelines by creating a dedicated
eslint-docs
CI job that does not depend on the GraphQL schema being
compiled. However, despite the dependency having been removed, the
GraphQL schema is still being compiled as part of those pipelines. This
change should fix this.
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.
Related to #476864 (closed)