UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 74300c69 authored by Thomas Runyon's avatar Thomas Runyon
Browse files

Merge remote-tracking branch 'origin/ci/skip-docs' into staging

parents d2284171 b6e72096
No related branches found
No related tags found
2 merge requests!188Staging,!170ci: widen regex for skipping ci on docs branches
Pipeline #147191 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