Skip to content

Commit e94da0a

Browse files
authored
Update thread-comments condition in self-test.yml (#326)
* 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. * Change clang version to 16 in self-test workflow
1 parent b20a30f commit e94da0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/self-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
database: build
6363
verbosity: debug
6464
version: ${{ matrix.clang-version }}
65-
thread-comments: ${{ matrix.clang-version == '12' && 'update' }}
66-
file-annotations: ${{ runner.os == 'Linux' && matrix.clang-version == '12' }}
67-
step-summary: ${{ matrix.clang-version == '12' }}
65+
thread-comments: ${{ github.event_name == 'pull_request' && matrix.clang-version == '16' && 'update' }}
66+
file-annotations: ${{ runner.os == 'Linux' && matrix.clang-version == '16' }}
67+
step-summary: ${{ matrix.clang-version == '16' }}
6868
extra-args: -std=c++14 -Wall
6969

7070
- name: Fail fast?!

0 commit comments

Comments
 (0)