summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-11-22 14:29:17 +0000
committerRémy Coutable <remy@rymai.me>2018-11-22 14:29:17 +0000
commit1b3b77169a9be60cf99c076d65f3b3c27a5316f7 (patch)
treedb0847915955890a9844b90b725dadf7bcb93b89
parent7002752d47da4957f4aed1f4210c491178f9cde9 (diff)
parentb31ef891b4ecd75bffd8e4522fcc7ae04889d1fa (diff)
downloadgitlab-ce-1b3b77169a9be60cf99c076d65f3b3c27a5316f7.tar.gz
Merge branch 'gt-limit-gitlab-assets-compile-job-to-branches' into 'master'
Limit `gitlab:assets:compile` job to branches and tags Closes #54361 See merge request gitlab-org/gitlab-ce!23302
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bb37b60b8f3..617c5c084b7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -619,6 +619,11 @@ gitlab:assets:compile:
paths:
- webpack-report/
- public/assets/
+ only:
+ - branches@gitlab-org/gitlab-ce
+ - branches@gitlab-org/gitlab-ee
+ - tags@gitlab-org/gitlab-ce
+ - tags@gitlab-org/gitlab-ee
tags:
- gitlab-org-delivery
- high-cpu