llvmpipe/ci: fix indentation of list nested in a dict item

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29851>
This commit is contained in:
Eric Engestrom
2024-06-19 08:05:09 +02:00
committed by Marge Bot
parent 3d09f93287
commit 5b3782a5ab

View File

@@ -46,13 +46,13 @@
# FIXME: figure out if this really needs to not be `!reference [.core-rules, rules]`
# and if some of the missing items really need to not be there, consider splitting the .core-rules list in two.
- changes: &llvmpipe_cl_files
- .gitlab-ci.yml
- .gitlab-ci/**/*
- meson.build
- .gitattributes
- include/**/*
- src/compiler/**/*
- src/util/**/*
- .gitlab-ci.yml
- .gitlab-ci/**/*
- meson.build
- .gitattributes
- include/**/*
- src/compiler/**/*
- src/util/**/*
when: on_success
- !reference [.gallium-core-rules, rules]
- changes: