From ea0c1f1119422aaca455235f1c81772d0005ffd5 Mon Sep 17 00:00:00 2001 From: rick <1450685+LinuxSuRen@users.noreply.github.com> Date: Tue, 9 May 2023 08:13:03 +0800 Subject: [PATCH] chore: ignore the test report when actor is not linuxsuren --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8b7b2328..5d95c491 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: run: | go test ./... -coverprofile coverage.out - name: Report - if: github.repository_owner == 'linuxsuren' + if: github.actor == 'linuxsuren' env: CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }} run: |