Skip to content
Snippets Groups Projects

#3504332 Testing MR326 workflow reference

All threads resolved!
+ 6
0
@@ -13,6 +13,12 @@ include:
- '/includes/include.drupalci.variables.yml'
- '/includes/include.drupalci.workflows.yml'
workflow:
rules:
- !reference [ .default-workflow ]
# Run on commits to all the principle branches.
- if: $CI_COMMIT_BRANCH =~ /^(d7-basic|d7-composer|d9-basic|d10-plus)$/ && $CI_PROJECT_ROOT_NAMESPACE == "project"
variables:
# Opt in to all variants by default. Opt out if not required.
OPT_IN_TEST_CURRENT: 1
Loading