Skip to content

Commit a025888

Browse files
authored
chore: skip the test report when owner is not linuxsuren (#61)
1 parent dcff0a3 commit a025888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
run: |
1818
go test ./... -coverprofile coverage.out
1919
- name: Report
20+
if: github.repository_owner == 'linuxsuren'
2021
env:
2122
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
2223
run: |

0 commit comments

Comments
 (0)