Skip to content
Snippets Groups Projects
Commit 764092cf authored by João Alexandre Cunha's avatar João Alexandre Cunha :rocket: Committed by Clemens Beck
Browse files

Always approve-cluster-tests when running a downstream pipeline manually triggered from a CNG MR

parent 5339d509
No related branches found
No related tags found
1 merge request!3791Always approve-cluster-tests when running a downstream pipeline manually triggered from a CNG MR
......@@ -235,8 +235,9 @@ approve_cluster_tests:
rules:
- if: '$PIPELINE_TYPE =~ /MR_PIPELINE$/'
when: manual
- if: '$PIPELINE_TYPE =~ /FEATURE_BRANCH_PIPELINE$/'
- if: '$PIPELINE_TYPE =~ /FEATURE_BRANCH_PIPELINE$/ && $PIPELINE_TYPE != "CANONICAL_FEATURE_BRANCH_PIPELINE"'
when: manual
- if: '$PIPELINE_TYPE == "CANONICAL_FEATURE_BRANCH_PIPELINE"'
needs:
- job: danger-review
optional: true
......
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