Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-22 15:52:34 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-22 16:00:50 +0300
commitb31ef891b4ecd75bffd8e4522fcc7ae04889d1fa (patch)
treefa3bd3288188ff1062f4dc1b3baadacca0cc0222 /.gitlab-ci.yml
parent85cc480fa8bcd61f477911e3b0aeeb9f153b301c (diff)
Limit `gitlab:assets:compile` job to branches
Diffstat (limited to '.gitlab-ci.yml')
-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