From 90cc280395d3cffe6d40c65187845efc7366eced Mon Sep 17 00:00:00 2001
From: Jeremy Mathews <Jeremy.Mathews@utsouthwestern.edu>
Date: Mon, 5 Aug 2019 11:07:58 -0500
Subject: [PATCH] remove except from CI

---
 .gitlab-ci.yml | 10 ----------
 CHANGELOG.md   |  1 -
 2 files changed, 11 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index af66852..6f8e6ea 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,13 +25,6 @@ astrocyte_check:
 
 simple_1FC:
   stage: simple
-  only:
-    - branches
-  except:
-    changes:
-      - "**/*.md"
-    refs:
-      - tags
   script:
     - nextflow run workflow/main.nf --bcl "test_data/simple1/*.tar.gz" --designFile "test_data/simple1/cellranger-tiny-bcl-simple-1_2_0.csv"
     - pytest -m simple1
@@ -49,9 +42,6 @@ simple_1FC:
 
 simple_2FC:
   stage: simple
-  except:
-    changes:
-      - "**/*.md"
   script:
     - nextflow run workflow/main.nf --bcl "test_data/simple2/*.tar.gz" --designFile "test_data/simple2/cellranger-tiny-bcl-simple-1_2_0.csv"
     - pytest -m simple2
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 028df45..ac70b82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,6 @@
 
 **Background**
 * Add CI artifacts
-* Add Except md to CI
 
 *Known Bugs*
 * cellranger mkfastq will not accept spaces in path for run param even if quoted, issue raised on 10XGenomics/cellranger github issue [#31](https://github.com/10XGenomics/cellranger/issues/31)
-- 
GitLab