Skip to content

Commit ecb8606

Browse files
authored
Control qlty coverage run of specific events (#443)
1 parent 8916303 commit ecb8606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
program: cbuild2cmake
2929
go-version-file: ./go.mod
30-
enable-qlty-coverage: true
30+
enable-qlty-coverage: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
3131

3232
publish-test-results:
3333
name: "Publish Tests Results"

0 commit comments

Comments
 (0)