Merge pull request #15801 from miri64/static-tests/enh/increase-rename-limit

static-tests: increase git diff renameLimit for branch runs
This commit is contained in:
Martine Lenders 2021-01-26 12:07:18 +01:00 committed by GitHub
commit 0f13fd6d2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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