Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/self-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
database: build
verbosity: debug
version: ${{ matrix.clang-version }}
thread-comments: ${{ matrix.clang-version == '12' && 'update' }}
thread-comments: ${{ github.event_name == 'pull_request' && matrix.clang-version == '12' && 'update' }}
file-annotations: ${{ runner.os == 'Linux' && matrix.clang-version == '12' }}
step-summary: ${{ matrix.clang-version == '12' }}
extra-args: -std=c++14 -Wall
Expand Down
Loading