Skip to content

Commit

Permalink
fix: Reset PR size limit to 2MB (#2578)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdestin authored Aug 20, 2023
1 parent 0e4589b commit b1542b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Check Pull Request Size
run: |
git fetch origin ${{ github.event.pull_request.base.ref }} --quiet # Need to manually fetch base branch in CI
python ./.github/scripts/commit-filesize-diff-summary.py --limit 100MB origin/${{ github.event.pull_request.base.ref }}..HEAD
python ./.github/scripts/commit-filesize-diff-summary.py --limit 2MB origin/${{ github.event.pull_request.base.ref }}..HEAD

0 comments on commit b1542b7

Please sign in to comment.