Skip to content

Disable cert test for non-default branches

What does this MR do?

Disable CI custom certs test for non-default branches. This currently prevents forks from having a passing pipeline

Alternatively we could set to allow_failure: true or perhaps set $CI_MERGE_REQUEST_PROJECT_PATH =~ /^gitlab-org/security-products/analyzers, but this was the quickest way to unblock

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports