From 90e5142f6905b09d7e60744af3393153fea05016 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 23 Mar 2022 14:03:20 +0100 Subject: [PATCH] Make dummy job mandatory --- .gitlab/ci_templates/dummy_job.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab/ci_templates/dummy_job.yml b/.gitlab/ci_templates/dummy_job.yml index 41d2f40b4..8287e379e 100644 --- a/.gitlab/ci_templates/dummy_job.yml +++ b/.gitlab/ci_templates/dummy_job.yml @@ -5,4 +5,6 @@ dummy-job: - echo "nonetheless, useful for situations where CI rules would not trigger" - echo "a pipeline automatically, i.e. changes to renovate.json" - echo "(see https://open.greenhost.net/stackspin/wordpress-helm/-/merge_requests/127#note_38728)" - when: manual + # Setting this job to manual (optional) doesn't work when no other + # job is run. + # when: manual -- GitLab