Update .gitlab-ci.yml file

This commit is contained in:
Christoph Schabert 2023-09-21 11:59:38 +02:00
parent 2be891c6d3
commit f717775f24

View File

@ -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/**/*