From 6a45b510aabb44cd8028d97b0439170062530d7a Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Fri, 21 Jun 2024 10:04:41 +0200 Subject: [PATCH] add missing needs to update_docs --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b8da3b..048082d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -171,7 +171,7 @@ publish_listing: update_docs: only: - docker-images - needs: [] + needs: ["publish_listing"] trigger: project: hub/shiny-k8s-example branch: doc-trigger -- GitLab