Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Claas Augner <[email protected]>
  • Loading branch information
LeoMcA and caugner authored Sep 18, 2024
1 parent 6f508d6 commit fdc87bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr-bundlesize-compare.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Compare bundle size

on:
# this action will error unless run in a pr context
pull_request:

jobs:
Expand All @@ -14,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{github.event.pull_request.head.ref}}
ref: ${{ github.event.pull_request.head.ref }}

- name: Setup Node.js environment
uses: actions/setup-node@v4
Expand Down Expand Up @@ -94,7 +93,7 @@ jobs:
pull-requests: write
steps:
- uses: actions/download-artifact@v4
- uses: github/webpack-bundlesize-compare-action@v1.8.2
- uses: github/webpack-bundlesize-compare-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
current-stats-json-path: ./head-stats/stats.json
Expand Down

0 comments on commit fdc87bd

Please sign in to comment.