From 2af19d1f92d102c66db2e97a728d9f59984b624f Mon Sep 17 00:00:00 2001 From: Nils Stolpe Date: Tue, 5 Nov 2024 13:50:02 -0500 Subject: [PATCH] only diff victory.min.js --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c78751cc..a160bc655 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: 📄 Bundle size report uses: ./.github/actions/bundle-size # path to composite action with: - paths: "packages/**/dist/*.min.js" + paths: "packages/victory/dist/victory.min.js" onlyDiff: "true" header: "Bundle size report" # PR comment header