Commit 0d47652a authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'ee-gt-limit-gitlab-assets-compile-job-to-branches' into 'master'

Limit `gitlab:assets:compile` job to branches and tags

See merge request gitlab-org/gitlab-ee!8555
parents 24e7f042 4bdd6c0b
......@@ -797,6 +797,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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment