From 226369eaad1ee8cc509777ff85e0bfc38540da0b Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Sun, 30 Apr 2023 08:50:54 -0700 Subject: [PATCH] Set the trigger strategy to 'depend' and see if it reserves a CI runner --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9210749..0e2c44e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,6 +91,7 @@ trigger-cache-purge: stage: .post trigger: include: purge-cache.gitlab-ci.yml + strategy: depend variables: PARENT_PIPELINE_ID: $CI_PIPELINE_ID -- GitLab