From 6591c90553bbd54013581b197b3e1c1ec10ce8bc Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Wed, 23 Mar 2022 14:11:05 +0100
Subject: [PATCH] Make dummy job optional again

---
 .gitlab/ci_templates/dummy_job.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab/ci_templates/dummy_job.yml b/.gitlab/ci_templates/dummy_job.yml
index c51e43a30..7f4675420 100644
--- a/.gitlab/ci_templates/dummy_job.yml
+++ b/.gitlab/ci_templates/dummy_job.yml
@@ -5,6 +5,4 @@ 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)"
-  # Setting this job to manual (optional) doesn't work when no other
-  # job is run.
-  # when: manual
+  when: manual
-- 
GitLab