Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kdestin committed May 14, 2023
1 parent 16f7b45 commit ce6227a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ jobs:
python-version: "3.9"
- name: Check that PR doesn't introduce large changes
run: |
git fetch origin ${{ github.event.pull_request.base.ref }}
python ./infra/scripts/commit-filesize-diff-summary.py --limit 2MB ${{ github.event.pull_request.base.ref }}..HEAD
python ./infra/scripts/commit-filesize-diff-summary.py --limit 2MB origin/${{ github.event.pull_request.base.ref }}..HEAD

0 comments on commit ce6227a

Please sign in to comment.