We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b3b78 commit a28ad50Copy full SHA for a28ad50
.github/workflows/production.yml
@@ -48,13 +48,13 @@ jobs:
48
# -------------------------------------------------------------
49
# Report on the compiled assets
50
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
+ # report:
+ # name: Report
+ # needs: [build]
+ # uses: ./.github/workflows/compare-results.yml
+ # with:
+ # head-sha: ${{ needs.build.outputs.head-sha }}
+ # secrets: inherit
58
59
60
# RUN VISUAL REGRESSION TESTS --- #
0 commit comments