From 1a98c37f58695febb3cd27d02fc26cdcd8d2a45d Mon Sep 17 00:00:00 2001
From: Sam Kagan <skagan@nrao.edu>
Date: Tue, 21 May 2024 09:02:31 -0600
Subject: [PATCH] Removed GL CI rule leftover from testing

---
 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef68cd688..39d968dcb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -254,8 +254,6 @@ unit test coverage:
       - unit test capability
       - unit test notification
     rules:
-#          for testing only!
-        - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
         - if: '$CI_COMMIT_TAG =~ /^end-of-sprint-[0-9]+/ || $CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.[0-9]+-rc[0-9]+/'
           variables:
             # override DEPLOY_ENV
@@ -568,4 +566,3 @@ deploy:
             # override ENV_HOST
             ENV_HOST: ws.nrao.edu
             VERSION: $CI_COMMIT_TAG
-
-- 
GitLab