Skip to content

Commit

Permalink
BUG: Fix file_sizes workflow dependency for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ebolyen authored Oct 30, 2024
1 parent ad27ba9 commit 30cd1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
file_sizes:
name: Check file sizes
needs: setup
if: ${{ github.event_name == 'pull_request' && needs.setup.outputs.repository-list != '' }}
if: ${{ needs.setup.outputs.repository-list != '' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 30cd1d7

Please sign in to comment.