From 075259a469c64be05047bcf001d0e684bb005353 Mon Sep 17 00:00:00 2001 From: Eleni Mathioulaki <emathioulaki@athenarc.gr> Date: Sat, 14 Oct 2023 12:59:39 +0200 Subject: [PATCH] skip running tests on every push to master, they take too long --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec972ada..11fd6eff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -246,6 +246,5 @@ test-gitlab-spack-instance: - spack_tests when: always rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PROJECT_NAMESPACE =~ /technical-coordination/ - if: $CI_PIPELINE_SOURCE == "schedule" && $TEST_DEPLOYMENT == "true" -- GitLab