diff --git a/.github/workflows/verify-commits.yml b/.github/workflows/verify-commits.yml index 077d178ee..c429ab2d9 100755 --- a/.github/workflows/verify-commits.yml +++ b/.github/workflows/verify-commits.yml @@ -41,6 +41,8 @@ jobs: with: commit_message: "[skip ci] docs: automated update to docs\n\nskip-checks: true" file_pattern: 'docs/**' + skip_dirty_check: false + add_options: --chmod=-x unit_tests_linux: name: Verify Tests (Linux)