Skip to content
Snippets Groups Projects
Commit 6c1885cd authored by Cédric Moreau's avatar Cédric Moreau Committed by Hugo Trentesaux
Browse files

fix: review

parent 2c3abdea
No related branches found
No related tags found
1 merge request!297Resolve "Create a release from master"
Pipeline #39374 passed
......@@ -26,7 +26,7 @@ workflow:
.is_network_branch: &is_network_branch
if: $CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH =~ /^(network\/).+/
.is_master_branch: &is_runtime_branch
.is_runtime_branch: &is_runtime_branch
if: $CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH =~ /^(runtime\/).+/
sanity_tests:
......
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