static-tests: increase git diff renameLimit for branch runs
This commit is contained in:
parent
039ede48d6
commit
99eaf892e9
2
.github/workflows/static-test.yml
vendored
2
.github/workflows/static-test.yml
vendored
@ -24,6 +24,8 @@ jobs:
|
||||
# Note: ${{ github.base_ref }} is empty when not in a PR
|
||||
if [ -n "${{ github.base_ref }}" ]; then
|
||||
git fetch origin ${{ github.base_ref }}:${{ github.base_ref }} --no-tags
|
||||
else
|
||||
git config diff.renameLimit 16384
|
||||
fi
|
||||
git config apply.whitespace nowarn
|
||||
- name: Fetch riot/riotbuild Docker image
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user