exclude images from bundle size workflow (#9647)
This commit is contained in:
@@ -91,7 +91,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
base_path: "stats-base.json"
|
base_path: "stats-base.json"
|
||||||
pr_path: "../stats-new.json"
|
pr_path: "../stats-new.json"
|
||||||
excluded_assets: "(.+).chunk.js|(.+).js.map|(.+).json|(.+).png"
|
excluded_assets: "(.+).chunk.js|(.+).js.map|(.+).json|(.+).png|(.+).svg|(.+).webp|(.+).jpg|(.+).ico"
|
||||||
|
|
||||||
- name: 💬 Drop a comment
|
- name: 💬 Drop a comment
|
||||||
uses: marocchino/sticky-pull-request-comment@v2
|
uses: marocchino/sticky-pull-request-comment@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user