We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8916303 commit ecb8606Copy full SHA for ecb8606
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
program: cbuild2cmake
29
go-version-file: ./go.mod
30
- enable-qlty-coverage: true
+ enable-qlty-coverage: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
31
32
publish-test-results:
33
name: "Publish Tests Results"
0 commit comments