Skip to content

Commit

Permalink
skip artifact upload on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ztanner committed Oct 24, 2023
1 parent c44f4a8 commit a64a4ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ jobs:

- name: Upload bundle analyzer artifacts
uses: actions/upload-artifact@v3
if: ${{ inputs.skipInstallBuild != 'yes' && inputs.skipNativeBuild != 'yes' }}
with:
name: webpack bundle analysis stats
path: packages/next/dist/compiled/next-server/report.*.html
Expand Down

0 comments on commit a64a4ca

Please sign in to comment.