From 5933d9411582d5a4d26ff869405b747551164bf1 Mon Sep 17 00:00:00 2001 From: Eleni Mathioulaki <emathioulaki@athenarc.gr> Date: Sat, 24 Feb 2024 11:21:20 +0100 Subject: [PATCH] temporarily disable deployment of the exp. release on JSC --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a93fae67..ef1702baa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -160,6 +160,7 @@ deploy-exp-release-prod-jsc: - shell-runner rules: - if: $CI_PIPELINE_SOURCE == "schedule" && $DEPLOYMENT == "prod" + when: never build-spack-env-on-runner: stage: build -- GitLab