Skip to content

Commit a28ad50

Browse files
committed
ci: comment out size reporting due to dependency error
1 parent 80b3b78 commit a28ad50

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/production.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
# -------------------------------------------------------------
4949
# Report on the compiled assets
5050
# -------------------------------------------------------------
51-
report:
52-
name: Report
53-
needs: [build]
54-
uses: ./.github/workflows/compare-results.yml
55-
with:
56-
head-sha: ${{ needs.build.outputs.head-sha }}
57-
secrets: inherit
51+
# report:
52+
# name: Report
53+
# needs: [build]
54+
# uses: ./.github/workflows/compare-results.yml
55+
# with:
56+
# head-sha: ${{ needs.build.outputs.head-sha }}
57+
# secrets: inherit
5858

5959
# -------------------------------------------------------------
6060
# RUN VISUAL REGRESSION TESTS --- #

0 commit comments

Comments
 (0)