From 3db92bfe1a4ac2e1d016897a43e27dfbd3e3f78f Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Fri, 8 Nov 2024 11:56:25 +0000 Subject: [PATCH] more schedule testing --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ac0b8a..98624b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -204,8 +204,10 @@ full_fat_env_suit: full_fat_survey: rules: - if: $CI_PIPELINE_SOURCE == "schedule" - - when: manual allow_failure: false + - if: $CI_PIPELINE_SOURCE != "schedule" + when: manual + allow_failure: true allow_failure: true stage: full-fat extends: .before_script -- GitLab