gitlab-ci: update workflow to support cvvdev feature in CI_WEIGHT=full (#1224)

This commit is contained in:
Yannick Casamatta 2023-05-05 14:04:22 +02:00 committed by GitHub
parent c454a39ae3
commit 8a95ef4aca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,9 @@ include:
workflow:
rules:
- if: '$CI_WEIGHT == "forced" && $CI_COMMIT_REF_NAME =~ /^cvvdev\/.*/' #bypass workflow + cvvdev
variables:
CORE_V_VERIF_BRANCH: $CI_COMMIT_REF_NAME
- if: '$CI_WEIGHT == "forced"' #bypass workflow
- if: '$CI_COMMIT_REF_NAME =~ /^master.*|^hotfix.*|^rc.*|^github-pr.*/'
variables: