diff options
author | Robert Speicher <rspeicher@gmail.com> | 2019-08-05 17:55:21 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2019-08-05 17:55:21 -0500 |
commit | d49ee8823718bcce3fda7d69bc3e6b981d715fed (patch) | |
tree | 7f22001b02d16832e3202e8d00e8a1cdf18fe040 /.gitlab/ci | |
parent | 029381b1d9219ad6fd5ed68f2f93e418f1dd55ca (diff) | |
download | gitlab-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.
Diffstat (limited to '.gitlab/ci')
-rw-r--r-- | .gitlab/ci/review.gitlab-ci.yml | 1 |
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 |