ci: do not run tests on tags

This commit is contained in:
Nicola Tarocco 2024-09-13 17:39:10 +02:00
parent 259caa4b5c
commit 559c202782
No known key found for this signature in database
GPG key ID: A08DEF00BA54E806

View file

@ -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