From d0167c75a5a64201f4c363a3532c3f107fa3aea5 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 22 Jul 2022 13:39:29 -0400 Subject: [PATCH] note about the SCHEDULE_TARGET variable --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87994901..1f514439 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,9 @@ # As above, but rules for running when the scheduler triggers the pipeline. .schedule_rules: &RUN_ON_SCHEDULE rules: - # There are multiple schedules so make sure this one is for us. + # There are multiple schedules so make sure this one is for us. The + # `SCHEDULE_TARGET` variable is explicitly, manually set by us in the + # schedule configuration. - if: '$SCHEDULE_TARGET != $CI_JOB_NAME' when: "never" -- GitLab