diff --git a/.gitlab/ci_templates/dummy_job.yml b/.gitlab/ci_templates/dummy_job.yml new file mode 100644 index 0000000000000000000000000000000000000000..4d452b86a5fbcaa33b8afdf199351ff9c1125dac --- /dev/null +++ b/.gitlab/ci_templates/dummy_job.yml @@ -0,0 +1,8 @@ +dummy-job: + stage: dummy + 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