From 0a5c65664c961597e95228a2767f4f08db8e9c1f Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Sun, 27 Oct 2024 14:49:06 +0000 Subject: [PATCH] ignore file mode changes --- .github/workflows/verify-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-commits.yml b/.github/workflows/verify-commits.yml index c429ab2d..d740d463 100755 --- a/.github/workflows/verify-commits.yml +++ b/.github/workflows/verify-commits.yml @@ -42,7 +42,7 @@ jobs: commit_message: "[skip ci] docs: automated update to docs\n\nskip-checks: true" file_pattern: 'docs/**' skip_dirty_check: false - add_options: --chmod=-x + add_options: --chmod=-x -c core.fileMode=false unit_tests_linux: name: Verify Tests (Linux)