diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 863a56b177..156d4d7642 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -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