We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20a30f commit b6cea20Copy full SHA for b6cea20
.github/workflows/self-test.yml
@@ -62,7 +62,7 @@ jobs:
62
database: build
63
verbosity: debug
64
version: ${{ matrix.clang-version }}
65
- thread-comments: ${{ matrix.clang-version == '12' && 'update' }}
+ thread-comments: ${{ github.event_name == 'pull_request' && matrix.clang-version == '12' && 'update' }}
66
file-annotations: ${{ runner.os == 'Linux' && matrix.clang-version == '12' }}
67
step-summary: ${{ matrix.clang-version == '12' }}
68
extra-args: -std=c++14 -Wall
0 commit comments