Skip to content

Commit b6cea20

Browse files
authored
Update thread-comments condition in self-test.yml
Right now merge PR will be added thread-comments, see b20a30f I would like to disable it for merged commits.
1 parent b20a30f commit b6cea20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
database: build
6363
verbosity: debug
6464
version: ${{ matrix.clang-version }}
65-
thread-comments: ${{ matrix.clang-version == '12' && 'update' }}
65+
thread-comments: ${{ github.event_name == 'pull_request' && matrix.clang-version == '12' && 'update' }}
6666
file-annotations: ${{ runner.os == 'Linux' && matrix.clang-version == '12' }}
6767
step-summary: ${{ matrix.clang-version == '12' }}
6868
extra-args: -std=c++14 -Wall

0 commit comments

Comments
 (0)