From 06956b84eb3f62116705ae263bf527700c8a1d9d Mon Sep 17 00:00:00 2001
From: Willem-Jan Vriend <wjvriend@astro.rug.nl>
Date: Thu, 13 Oct 2022 14:26:49 +0200
Subject: [PATCH] run conda_test_withcpl a bit less often

---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 70d94f562..b668b58f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -84,11 +84,11 @@ conda_test_withcpl:
   # Rules are updated to only run this test on default branches.
   # Perhaps it could be ran on non-Draft MR branches?
   rules:
-    - if: $CI_COMMIT_TAG
+    #- if: $CI_COMMIT_TAG
     - if: $CI_COMMIT_BRANCH == 'master'
-    - if: $CI_COMMIT_BRANCH == 'develop'
-    - if: $CI_COMMIT_BRANCH =~ /^release\/.*$/
-    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
+    #- if: $CI_COMMIT_BRANCH == 'develop'
+    #- if: $CI_COMMIT_BRANCH =~ /^release\/.*$/
+    #- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
     - if: $CI_PIPELINE_SOURCE == 'schedule' && $CONDA_BUILD_RUN_JOB
   variables:
     MICADO_INTEGRATION_TESTS: "True"
-- 
GitLab