Skip to content
Snippets Groups Projects
Commit 602540a3 authored by Jonathan Smith's avatar Jonathan Smith Committed by Jonathan Smith
Browse files

Issue #3513352 Align workflow

parent 0dfc3e7b
No related branches found
No related tags found
No related merge requests found
Pipeline #493091 passed
......@@ -18,6 +18,8 @@ workflow:
- !reference [ .default-workflow ]
# Run on commits to all the principal branches.
- if: $CI_COMMIT_BRANCH =~ /^(d7|d9|d10)-(basic|composer|plus|theme|profile)$/ && $CI_PROJECT_ROOT_NAMESPACE == "project"
# Run if the branch starts with '3503337' - the generic testing issue.
- if: $CI_COMMIT_BRANCH =~ /^3503337/
variables:
# Opt in to all variants.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment