From bd5e564c4d0ce9e4b2eb730b094c979db684fd28 Mon Sep 17 00:00:00 2001 From: Jayesh Badwaik <j.badwaik@fz-juelich.de> Date: Wed, 3 Jul 2024 13:32:10 +0200 Subject: [PATCH] - update schedule to almost manual --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d5e3b3b..d962685 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ include: fixture: .setup - component: gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jube@main rules: - - when: never + - if: $QUICKSTART_RUN_STRONG_SMALL == "true" inputs: prefix: "quickstart.exacb.strong.small" variant: "strong.small" -- GitLab