summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2019-08-05 17:55:21 -0500
committerRobert Speicher <rspeicher@gmail.com>2019-08-05 17:55:21 -0500
commitd49ee8823718bcce3fda7d69bc3e6b981d715fed (patch)
tree7f22001b02d16832e3202e8d00e8a1cdf18fe040
parent029381b1d9219ad6fd5ed68f2f93e418f1dd55ca (diff)
downloadgitlab-ce-d49ee8823718bcce3fda7d69bc3e6b981d715fed.tar.gz
Disable review apps for auto-deploy branches
These branches are frequently updated and automatically deployed to real environments, there's not really a benefit to building review apps for them that never get used.
-rw-r--r--.gitlab/ci/review.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/review.gitlab-ci.yml b/.gitlab/ci/review.gitlab-ci.yml
index ed6690c1023..2509388c59e 100644
--- a/.gitlab/ci/review.gitlab-ci.yml
+++ b/.gitlab/ci/review.gitlab-ci.yml
@@ -7,6 +7,7 @@
except:
refs:
- master
+ - /^\d+-\d+-auto-deploy-\d+$/
- /(^docs[\/-].+|.+-docs$)/
.review-schedules-only: &review-schedules-only