Skip to content
Snippets Groups Projects
Commit ec0ea01c authored by Mayra Cabrera's avatar Mayra Cabrera
Browse files

Skip Danger checks on stable branches

When MR's are picked into stable branches, Danger reviews are also
performed, this causes for the prep MRs to fail as they don't satisfy
the Danger reviews, since these ones are not necessary, we should skip
them on stable branches
parent ae8fcf09
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -167,6 +167,7 @@ danger-review:
except:
refs:
- schedules@gitlab-org/omnibus-gitlab
- /^[\d-]+-stable(-ee)?$/
variables:
- $DEPS_PIPELINE
script:
Loading
Loading
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