From 86915dc400fd96137b751708cd0cb3cc9fa19099 Mon Sep 17 00:00:00 2001
From: Athanasios Karmas <karmas@athenarc.gr>
Date: Fri, 11 Feb 2022 15:00:00 +0100
Subject: [PATCH] distinguish scheduled jobs for dev and prod envs

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2a60006e..739b6aa9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -143,7 +143,7 @@ deploy-exp-release-dev-cscs:
     refs:
       - schedules
     variables:
-      - $RELEASE == "experimental"
+      - $RELEASE == "experimental-dev"
   allow_failure: false
 
 # Deploy the experimental release of tools (sheduled pipeline)
-- 
GitLab