Update .gitlab-ci.yml

This commit is contained in:
Timo Bejan 2023-09-13 08:06:38 +02:00
parent 1e24db86ee
commit 951a706c04

View File

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