Module: Mesa Branch: master Commit: 6b874eb42c80acefa4d94be2490dcce47e19a06a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b874eb42c80acefa4d94be2490dcce47e19a06a
Author: Michel Dänzer <[email protected]> Date: Mon Oct 26 18:05:49 2020 +0100 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 <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7319> --- .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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
