From 57a28fe392e8baaa0baf809a6210d148f1b5d8c2 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 6 Jan 2021 10:20:12 +0100 Subject: [PATCH] [ci] Allow manual execution of the container job. --- scripts/ci/jobs/container.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/ci/jobs/container.yml b/scripts/ci/jobs/container.yml index d052e9f038b..d340de5d806 100644 --- a/scripts/ci/jobs/container.yml +++ b/scripts/ci/jobs/container.yml @@ -7,6 +7,8 @@ container: - if: $CI_COMMIT_TAG - changes: - scripts/ci/jobs/container.yml + - when: manual + allow_failure: true extends: - .container-maker-setup script: -- GitLab