From 951a706c04ead6efbb2e60b223630eeb5d957278 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Wed, 13 Sep 2023 08:06:38 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a80fd880..8838d0598 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,8 @@ variables: DOCKERFILELOCATION: 'docker/$PROJECT/Dockerfile' workflow: - rules: - - when: always + localazy: + - when: never include: - project: 'gitlab/gitlab' @@ -33,7 +33,7 @@ localazy update: - git commit -m "push back localazy update" - git push gitlab_origin HEAD:${CI_COMMIT_REF_NAME} -o ci.skip - rules: + localazy: - if: $LOCALAZY_RUN - changes: - tools/localazy/**/*