Skip to content
Snippets Groups Projects
Commit 6a017fb3 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix: review

parent 145a1082
No related branches found
No related tags found
No related merge requests found
Pipeline #39356 passed
...@@ -26,7 +26,7 @@ workflow: ...@@ -26,7 +26,7 @@ workflow:
.is_network_branch: &is_network_branch .is_network_branch: &is_network_branch
if: $CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH =~ /^(network\/).+/ 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\/).+/ if: $CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH =~ /^(runtime\/).+/
sanity_tests: sanity_tests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment