ci: inline the only anchor reference that was on its own line

The way yaml works, this makes no difference in practice, it's just to be more consistent.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35285>
This commit is contained in:
Eric Engestrom
2025-06-02 16:00:29 +02:00
committed by Marge Bot
parent 50dbb6c31a
commit b83f406c91

View File

@@ -264,8 +264,7 @@ include:
when: on_success
# Same as above, but for pre-merge pipelines
- if: *is-merge-request
changes:
*all_paths
changes: *all_paths
when: manual
# Skip everything for pre-merge and merge pipelines which don't change
# anything in the build