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:
Eric Engestrom 2026-03-17 17:10:09 +01:00 committed by Marge Bot
parent 04d51872dc
commit 4466914680

View file

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