ci: changing .gitlab-ci.yml itself also means the container jobs must exist
Fixes: 4b2a4dce78 ("ci: Skip check-only container jobs for pre-merge")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40467>
This commit is contained in:
parent
04d51872dc
commit
4466914680
1 changed files with 1 additions and 0 deletions
|
|
@ -241,6 +241,7 @@ include:
|
|||
# changed, else we'll just use the already-built containers
|
||||
- if: *is-merge-attempt
|
||||
changes: &image_tags_path
|
||||
- .gitlab-ci.yml
|
||||
- .gitlab-ci/image-tags.yml
|
||||
when: on_success
|
||||
# Skip everything for pre-merge and merge pipelines which don't change
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue