docs/ci: drop .no_scheduled_pipelines-rules from test-docs

None of the existing rules can match in a scheduled pipeline, so we already `never` run.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29908>
This commit is contained in:
Eric Engestrom
2024-06-26 11:51:04 +02:00
committed by Marge Bot
parent aba6bf7765
commit 2156ea8ec7

View File

@@ -36,7 +36,6 @@ test-docs:
interruptible: true
stage: deploy
rules:
- !reference [.no_scheduled_pipelines-rules, rules]
# pre-merge or merge pipeline
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes: *docs-or-ci