From b31ef891b4ecd75bffd8e4522fcc7ae04889d1fa Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Thu, 22 Nov 2018 14:52:34 +0200 Subject: Limit `gitlab:assets:compile` job to branches --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.1