Commit 2050799a authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'no-bundle-size-review-for-forks' into 'master'

Do not run bundle-size-review for forks

See merge request gitlab-org/gitlab!55606
parents b0bb680f d02e6d98
......@@ -446,6 +446,8 @@
.frontend:rules:bundle-size-review:
rules:
- <<: *if-not-canonical-namespace
when: never
- if: '$DANGER_GITLAB_API_TOKEN && $CI_MERGE_REQUEST_IID && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main")'
changes: *frontend-patterns
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