Skip to content
Snippets Groups Projects
Commit fe34bd57 authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

Add Exceptions for md files

parent 5d444a10
Branches
Tags
2 merge requests!45Develop,!43Resolve "Exclude changes in *.md for CI"
Pipeline #4591 failed
......@@ -27,6 +27,8 @@ simple_1FC:
stage: simple
except:
- tags
changes:
- "*.md"
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
......@@ -44,6 +46,9 @@ 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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment