gilde-ci-cd/templates/static-analysis/license.gitlab-ci.yml
2022-07-08 09:55:35 +02:00

11 lines
282 B
YAML

.license-license:
stage: verify
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_REF_NAME =~ "RELEASE"
- if: $CI_COMMIT_REF_NAME == "Templates2.0"
- when: never
needs: []
trigger:
include: license.gitlab-ci.yml
strategy: depend