We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcff0a3 commit a025888Copy full SHA for a025888
.github/workflows/build.yaml
@@ -17,6 +17,7 @@ jobs:
17
run: |
18
go test ./... -coverprofile coverage.out
19
- name: Report
20
+ if: github.repository_owner == 'linuxsuren'
21
env:
22
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
23
0 commit comments