Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab Chart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
charts
GitLab Chart
Commits
764092cf
Commit
764092cf
authored
9 months ago
by
João Alexandre Cunha
Committed by
Clemens Beck
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
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
!3791
Always approve-cluster-tests when running a downstream pipeline manually triggered from a CNG MR
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
2
−
1
View file @
764092cf
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment