Skip to content

Commit 2a3c594

Browse files
authored
chore: ignore the test report when actor is not linuxsuren (#67)
1 parent c398b73 commit 2a3c594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
go test ./... -coverprofile coverage.out
1919
- name: Report
20-
if: github.repository_owner == 'linuxsuren'
20+
if: github.actor == 'linuxsuren'
2121
env:
2222
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
2323
run: |

0 commit comments

Comments
 (0)