From f664ac4b1fdaa92478263bf17f6e39f874754128 Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Wed, 8 Jun 2022 15:24:01 +0200 Subject: [PATCH] ENH: Using trigger:strategy:depends --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2144ba6..d1deab6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -109,6 +109,7 @@ trigger_build: trigger: project: caosdb/src/caosdb-deploy branch: $DEPLOY_REF + strategy: depend # Build the sphinx documentation and make it ready for deployment by Gitlab Pages # Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages -- GitLab