From 52c48593680b431948c287fc9eecd6c9d1b07093 Mon Sep 17 00:00:00 2001
From: Athanasios Karmas <karmas@athenarc.gr>
Date: Fri, 11 Feb 2022 13:14:22 +0100
Subject: [PATCH] add constraint on scheduled pipeline

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fed8d8ec..33e4ead4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -141,4 +141,6 @@ deploy-exp-release-dev-cscs:
   only:
     refs:
       - schedules
+    variables:
+      - $RELEASE == "experimental"
   allow_failure: false
-- 
GitLab