From 2e3909c8bdf780c4fb19d10ca222c8e41c9d632d Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Mon, 17 Jul 2023 15:22:56 +0100
Subject: [PATCH] tryoing to get two triggered pipelines to work

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3659ecb..9e24545 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,7 +76,7 @@ stages:
       - ls $PACKAGES_DIR2
 
 half_fat_tests:
-  when: always
+  when: manual
   stage: half-fat
   extends: .before_script
   image: lb584/ews_coordinator:latest
-- 
GitLab