UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 03a26ed7 authored by Zachariah Dzielinski's avatar Zachariah Dzielinski
Browse files

ci: refactoring

parent fd49dade
No related branches found
No related tags found
1 merge request!129BB-1081 - Modify Umbrella workflow rules to restrict pipelines for merge requests / general clean up of workflow rules
......@@ -7,6 +7,10 @@ workflow:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
# run pipeline on commits to default branch
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
# skip pipeline for branches that start with "docs"
- if: '$CI_COMMIT_REF_NAME =~ /^docs/'
when: never
# include templates
include:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment