We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2001033 + 638ffcb commit 86e2927Copy full SHA for 86e2927
.gitlab/stages/01.tests.yml
@@ -1,9 +1,9 @@
1
.tests_common:
2
rules:
3
- - if: ($FUNCTIONAL_TEST == "no" || $FUNCTIONAL_TEST == "yes" || $CONVERGENCE_TEST == "yes") && $CI_MERGE_REQUEST_TARGET_BRANCH_PROTECTED != "true"
+ - if: $CI_MERGE_REQUEST_TARGET_BRANCH_PROTECTED != "true"
4
allow_failure: true
5
- - if: $FUNCTIONAL_TEST == "no" || $FUNCTIONAL_TEST == "yes" || $CONVERGENCE_TEST == "yes"
6
- - when: never
+ when: always
+ - when: always
7
stage: test
8
9
include:
0 commit comments