From 8553e364c44d5d6559d7215d8847ca1f0a5b4a51 Mon Sep 17 00:00:00 2001 From: Athanasios Karmas <karmas@athenarc.gr> Date: Fri, 11 Feb 2022 14:40:23 +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