diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 4c988ad10c6..3c1284476a8 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -7,8 +7,11 @@ name: Clang Format on: pull_request: paths: - - 'src/**.cpp' - - 'src/**.h' + #- 'src/**.cpp' + #- 'src/**.h' + # Disable clang-format workflow until it will obey its own config and + # stop aligning function parameters with the opening parenthesis + .clang-format concurrency: group: ${{ github.workflow }}-${{ github.ref }}-format