Skip to content

Commit

Permalink
ci: do not run tests on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Sep 13, 2024
1 parent 259caa4 commit 559c202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ variables:
stage: test
except:
- live/caimira-test # do not run tests on live/caimira-test branch
- tags

.test-run:
extends:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 559c202

Please sign in to comment.