From 6b874eb42c80acefa4d94be2490dcce47e19a06a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Mon, 26 Oct 2020 18:05:49 +0100 Subject: [PATCH] ci: Run git_archive job if all_paths matches The lack of this could break post-merge pipelines: https://gitlab.freedesktop.org/mesa/mesa/-/pipelines/218636 (I missed this in https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7278) Reviewed-by: Daniel Stone Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36af74d7278..46e790eb91f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -472,6 +472,8 @@ git_archive: when: always - if: *is-pre-merge when: on_success + - changes: *all_paths + when: on_success - if: *is-forked-branch when: manual # Other cases default to never