mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
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:
parent
50dbb6c31a
commit
b83f406c91
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue