From e0ffa0a0ecd03f6c6e26f1343dd813477c4a7e6f Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Thu, 6 Aug 2020 08:16:39 +0200
Subject: [PATCH] [ci] Allow manual trigger of deploy web job.

---
 scripts/ci/jobs/web.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/ci/jobs/web.yml b/scripts/ci/jobs/web.yml
index f9ee0f24f7b..71f595fd33b 100644
--- a/scripts/ci/jobs/web.yml
+++ b/scripts/ci/jobs/web.yml
@@ -50,6 +50,9 @@ deploy web site:
       changes:
         - web/**/*
         - scripts/ci/jobs/web.yml
+    - if: '$CI_COMMIT_BRANCH == "master"'
+      when: manual
+      allow_failure: true
   script:
     - cd web
     - yarn
-- 
GitLab