docs/ci: drop redundant/dead fork rule

`.common-rules` already covers that.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36893>
This commit is contained in:
Eric Engestrom 2025-08-20 20:43:55 +02:00 committed by Marge Bot
parent 51fa8ad748
commit 1b7dd64977

View file

@ -37,11 +37,6 @@ test-docs:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes: *docs-or-ci
when: manual
# fork pipeline
- if: '$CI_COMMIT_BRANCH && $CI_PROJECT_NAMESPACE != "mesa"'
changes: *docs-or-ci
when: manual
# Other cases default to never
linkcheck-docs:
extends: .docs-base