diff --git a/.github/workflows/self-test.yml b/.github/workflows/self-test.yml index f8c1078..bbcf594 100644 --- a/.github/workflows/self-test.yml +++ b/.github/workflows/self-test.yml @@ -62,9 +62,9 @@ jobs: database: build verbosity: debug version: ${{ matrix.clang-version }} - thread-comments: ${{ matrix.clang-version == '12' && 'update' }} - file-annotations: ${{ runner.os == 'Linux' && matrix.clang-version == '12' }} - step-summary: ${{ matrix.clang-version == '12' }} + thread-comments: ${{ github.event_name == 'pull_request' && matrix.clang-version == '16' && 'update' }} + file-annotations: ${{ runner.os == 'Linux' && matrix.clang-version == '16' }} + step-summary: ${{ matrix.clang-version == '16' }} extra-args: -std=c++14 -Wall - name: Fail fast?!