summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-22 14:52:34 +0200
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-22 15:00:50 +0200
commitb31ef891b4ecd75bffd8e4522fcc7ae04889d1fa (patch)
treefa3bd3288188ff1062f4dc1b3baadacca0cc0222
parent85cc480fa8bcd61f477911e3b0aeeb9f153b301c (diff)
downloadgitlab-ce-b31ef891b4ecd75bffd8e4522fcc7ae04889d1fa.tar.gz
Limit `gitlab:assets:compile` job to branches
-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