Don't run danger on stable branches

This commit is contained in:
Lukas Eipert 2019-08-02 19:51:33 +02:00
parent 1bc2ac330e
commit 3a3476d4fa
No known key found for this signature in database
GPG key ID: 148BEA37CB35B2AC

View file

@ -264,6 +264,7 @@ danger-review:
except:
refs:
- master
- /^[\d-]+-stable(-ee)?$/
variables:
- $CI_COMMIT_REF_NAME =~ /^ce-to-ee-.*/
- $CI_COMMIT_REF_NAME =~ /.*-stable(-ee)?-prepare-.*/