GitLab: Add a default workflow stanza
authorTom Rini <trini@konsulko.com>
Sun, 8 Dec 2024 17:07:27 +0000 (11:07 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 21 Dec 2024 18:27:46 +0000 (12:27 -0600)
When validating our current pipeline, a warning is produced about a lack
of a default workflow. For how we use it, we can add a simple default of
"always".

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
.gitlab-ci.yml

index 7912eee..ae91206 100644 (file)
@@ -13,6 +13,10 @@ default:
   tags:
     - ${DEFAULT_ALL_TAG}
 
+workflow:
+  rules:
+    - when: always
+
 # Grab our configured image.  The source for this is found
 # in the u-boot tree at tools/docker/Dockerfile
 image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:jammy-20240808-03Dec2024