Merge branch 'dev' into bugfix/creation-formatting

This commit is contained in:
Zedifus 2023-07-18 21:59:25 +01:00
commit d5acbdddb9

View File

@ -67,8 +67,8 @@ sonarcloud-check:
tags:
- docker
rules:
- exists:
- $SONAR_TOKEN
- if: "$SONAR_TOKEN == null"
when: never
- if: "$CODE_QUALITY_DISABLED"
when: never
- if: "$CI_COMMIT_TAG || $CI_COMMIT_BRANCH"