From f717775f248859460fd00148b0dc0430211fdf38 Mon Sep 17 00:00:00 2001 From: Christoph Schabert Date: Thu, 21 Sep 2023 11:59:38 +0200 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 ee18f2673..5fd23d546 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,6 @@ variables: GIT_SUBMODULE_FORCE_HTTPS: 'true' PROJECT: red-ui DOCKERFILELOCATION: 'docker/$PROJECT/Dockerfile' - LOCALAZY_RUN: '' workflow: rules: @@ -34,7 +33,8 @@ localazy update: - git commit -m "push back localazy update" - git push gitlab_origin HEAD:${CI_COMMIT_REF_NAME} -o ci.skip rules: - - if: $LOCALAZY_RUN + - changes: + - scheduled - changes: - tools/localazy/**/* - red-ui/src/assets/i18n/**/*