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