From: Michel Dänzer Date: Wed, 2 Sep 2020 16:39:52 +0000 (+0200) Subject: ci: Don't create test-docs job if the pages one exists in the pipeline X-Git-Tag: upstream/21.0.0~5231 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0836e90418e11371a49f6c1004a8039a44392ea7;p=platform%2Fupstream%2Fmesa.git 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 Part-of: --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15eb5c8..119d99d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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