From 4484e5894a6e23b57f5adb1c173d836d7b57d641 Mon Sep 17 00:00:00 2001
From: "cyril.cros" <cyril.cros@polytechnique.org>
Date: Fri, 26 Apr 2024 09:28:31 +0200
Subject: [PATCH] Remove the testing branch always

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ee2fe92..859bfd8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -98,4 +98,4 @@ clean_up_k8s_deployment:
         JBROWSE_HOSTNAME: "genomes-dev.arendt.embl.de"
         RELEASE_LABEL: "dev"
         INGRESS_CLASS: "internal-users"
-    - when: on_failure
+    - when: always
-- 
GitLab