Skip to content
Snippets Groups Projects
Commit 83ee2a04 authored by John Lafin's avatar John Lafin
Browse files

run CI only on tags

parent fb97feec
Branches
Tags
No related merge requests found
...@@ -4,6 +4,8 @@ workflow/*.csv ...@@ -4,6 +4,8 @@ workflow/*.csv
test_data/pbmc_1k* test_data/pbmc_1k*
test_data/Brain_Tumor* test_data/Brain_Tumor*
test_data/hgmm_100_fastqs
test_data/fastqs
*.DS_Store *.DS_Store
.history .history
......
...@@ -5,6 +5,10 @@ stages: ...@@ -5,6 +5,10 @@ stages:
- astrocyte - astrocyte
- test - test
workflow:
rules:
- if: $CI_COMMIT_TAG # Only run on tagged commits
variables: variables:
GIT_STRATEGY: clone # Set to avoid expected shallow list error GIT_STRATEGY: clone # Set to avoid expected shallow list error
GIT_DEPTH: 10 # Set to avoid expected shallow list error GIT_DEPTH: 10 # Set to avoid expected shallow list error
......
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