UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b6e72096 authored by Josh Wolf's avatar Josh Wolf Committed by joshwolf
Browse files

ci: widen regex for skipping ci on docs branches

parent d65250fb
No related branches found
No related tags found
2 merge requests!188Staging,!170ci: widen regex for skipping ci on docs branches
Pipeline #145676 waiting for manual action
......@@ -8,7 +8,7 @@ workflow:
# 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/'
- if: '$CI_COMMIT_REF_NAME =~ /^doc*/i'
when: never
# include templates
......
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