mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 18:24:13 +08:00
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:
parent
efec576405
commit
0836e90418
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user