From 57aa62d68ec8d2a1d44b6c61430b4a9f677d77f9 Mon Sep 17 00:00:00 2001 From: Christoph Schabert Date: Tue, 31 Oct 2023 12:16:58 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47a389471..c84b4ba2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,5 +38,5 @@ localazy update: git commit -m "push back localazy update" git push gitlab_origin HEAD:${CI_COMMIT_REF_NAME} -o ci.skip fi - only: - - scheduled + rules: + - if: $CI_PIPELINE_SOURCE == "schedule"