ci: do not run tests on tags
This commit is contained in:
parent
259caa4b5c
commit
559c202782
1 changed files with 1 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ variables:
|
|||
stage: test
|
||||
except:
|
||||
- live/caimira-test # do not run tests on live/caimira-test branch
|
||||
- tags
|
||||
|
||||
.test-run:
|
||||
extends:
|
||||
|
|
@ -86,7 +87,6 @@ test-cern-caimira-py39:
|
|||
- ./app-config/openshift/${CAIMIRA_INSTANCE}/expected
|
||||
only:
|
||||
- master
|
||||
- live/caimira-test # do not run tests on live/caimira-test branch
|
||||
|
||||
check_openshift_config_test:
|
||||
extends: .test_openshift_config
|
||||
|
|
|
|||
Loading…
Reference in a new issue