Skip to content

Commit bde91be

Browse files
committed
Update QLTY coverage enable condition in CI workflow
1 parent a2b038a commit bde91be

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
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
program: cbridge
2828
go-version-file: ./go.mod
29-
enable-qlty-coverage: true
29+
enable-qlty-coverage: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
3030

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

0 commit comments

Comments
 (0)