diff mbox series

[4/9] GitLab: Add a default workflow stanza

Message ID 20241208190741.4192601-5-trini@konsulko.com
State Accepted
Commit e64fd07cfab489d63cc52a2983a03d7f5479d1c9
Delegated to: Tom Rini
Headers show
Series Enable arm64 host support in Gitlab | expand

Commit Message

Tom Rini Dec. 8, 2024, 5:07 p.m. UTC
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>
---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Simon Glass Dec. 9, 2024, 1:29 p.m. UTC | #1
On Sun, 8 Dec 2024 at 12:08, Tom Rini <trini@konsulko.com> wrote:
>
> 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>
> ---
>  .gitlab-ci.yml | 4 ++++
>  1 file changed, 4 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7912eeee4401..ae9120655b0c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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