diff --git a/.gitlab/ci_templates/dummy_job.yml b/.gitlab/ci_templates/dummy_job.yml new file mode 100644 index 0000000000000000000000000000000000000000..c898d14d7d8a3e174152f088173867f24cda08a6 --- /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