A little .yml cleanup

This commit is contained in:
Rangi
2026-03-30 20:29:06 -04:00
parent 18b074711e
commit 4ce4162da4
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -12,4 +12,3 @@ updates:
actions:
patterns: [ "*" ]
labels: [ builds ] # Since those are CI-related updates...
+1 -1
View File
@@ -14,7 +14,7 @@ env:
GIT_CONFIG_COUNT: 1
GIT_CONFIG_KEY_0: color.ui
GIT_CONFIG_VALUE_0: always # CI output is not considered to be a terminal, but colour is helpful.
GIT_CONFIG_VALUE_0: always # Colorful output is helpful even though CI is not considered to be a terminal.
# We instruct CMake to download and build third-party projects outside of our source tree,
# otherwise they can trigger `-Werror=dev` (from the `develop` preset).