Commit 1b3b7716 authored by Rémy Coutable's avatar Rémy Coutable

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
parents 7002752d b31ef891
......@@ -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
......
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