diff --git a/.github/workflows/tidy-clang.yml b/.github/workflows/tidy-clang.yml index 5e8e39e..412e7c2 100644 --- a/.github/workflows/tidy-clang.yml +++ b/.github/workflows/tidy-clang.yml @@ -35,7 +35,7 @@ jobs: tidy-checks: '' # Use .clang-tidy config file extra-args: '-std=c++17' verbosity: debug - tidy-review: true + #tidy-review: true # only 'update' a single comment in a pull request thread. #thread-comments: ${{ github.event_name == 'pull_request' && 'update' }} - name: Fail fast?!