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 <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7319>
This commit is contained in:
Michel Dänzer 2020-10-26 18:05:49 +01:00 committed by Marge Bot
parent e5cd5e9cec
commit 6b874eb42c
1 changed files with 2 additions and 0 deletions

View File

@ -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