From 559c2027824b7ddf0ed415da6e0157e47932a276 Mon Sep 17 00:00:00 2001 From: Nicola Tarocco Date: Fri, 13 Sep 2024 17:39:10 +0200 Subject: [PATCH] ci: do not run tests on tags --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e488a6a9..1e7cea6f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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