diff --git a/scripts/ci/jobs/web.yml b/scripts/ci/jobs/web.yml index f9ee0f24f7b4a6c31a1eb28874a916a33d1086f1..71f595fd33b53af5990f15ff81df4af9774d3956 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