From 2156ea8ec7faa246f48f32e5cc6ccb102fc9b916 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 26 Jun 2024 11:51:04 +0200 Subject: [PATCH] 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: --- docs/gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/gitlab-ci.yml b/docs/gitlab-ci.yml index fe1dc4ff2ba..b572a737393 100644 --- a/docs/gitlab-ci.yml +++ b/docs/gitlab-ci.yml @@ -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