From 914cd630a3dab8fe1949941a27f3eb6e48bfa7de Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Wed, 23 Mar 2022 13:42:18 +0100
Subject: [PATCH] Add dummy job to manually trigger a pipeline

---
 .gitlab/ci_templates/dummy_job.yml | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 .gitlab/ci_templates/dummy_job.yml

diff --git a/.gitlab/ci_templates/dummy_job.yml b/.gitlab/ci_templates/dummy_job.yml
new file mode 100644
index 000000000..c898d14d7
--- /dev/null
+++ b/.gitlab/ci_templates/dummy_job.yml
@@ -0,0 +1,7 @@
+dummy-job:
+  script:
+  - echo "This is a dummy job which does nothing else but triggers a pipeline"
+  - 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
-- 
GitLab