ci: Don't create test-docs job if the pages one exists in the pipeline

It's redundant in that case.

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6566>
This commit is contained in:
Michel Dänzer 2020-09-02 18:39:52 +02:00 committed by Marge Bot
parent efec576405
commit 0836e90418
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@ test-docs:
stage: container+docs
rules:
- *ignore_scheduled_pipelines
- if: *is-main-master
changes: *docs-or-ci
when: never
- if: *is-pre-merge-for-marge
changes: *docs-or-ci
when: on_success