diff --git a/templates/docker_image_jobs.gitlab-ci.yml b/templates/docker_image_jobs.gitlab-ci.yml index e85dee08a38321c19ae079a07068bc88050059d4..7eb206ee7b6bf39fcbf78c8d39a7aa32bc479599 100644 --- a/templates/docker_image_jobs.gitlab-ci.yml +++ b/templates/docker_image_jobs.gitlab-ci.yml @@ -65,5 +65,5 @@ include: echo -e "\e[0Ksection_end:$(date +%s):git\r\e[0K" rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - when: manual - allow_failure: true + when: on_success + - when: never