Commit 2baedf19 authored by Mike Greiling's avatar Mike Greiling Committed by Albert Salim

Run bundle size analysis only when frontend files are changed

parent a939d096
...@@ -132,6 +132,14 @@ ...@@ -132,6 +132,14 @@
- "config/webpack.config.js" - "config/webpack.config.js"
- "config/helpers/*.js" - "config/helpers/*.js"
.frontend-build-patterns: &frontend-build-patterns
- "{package.json,yarn.lock}"
- "babel.config.js"
- "config/webpack.config.js"
- "config/**/*.js"
- "vendor/assets/**/*"
- "{,ee/}app/assets/**/*"
.frontend-patterns: &frontend-patterns .frontend-patterns: &frontend-patterns
- "{package.json,yarn.lock}" - "{package.json,yarn.lock}"
- "babel.config.js" - "babel.config.js"
...@@ -467,7 +475,7 @@ ...@@ -467,7 +475,7 @@
- <<: *if-not-canonical-namespace - <<: *if-not-canonical-namespace
when: never when: never
- if: '$DANGER_GITLAB_API_TOKEN && $CI_MERGE_REQUEST_IID && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH' - if: '$DANGER_GITLAB_API_TOKEN && $CI_MERGE_REQUEST_IID && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH'
changes: *frontend-patterns changes: *frontend-build-patterns
allow_failure: true allow_failure: true
################ ################
......
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