From ec9bb7b357d9055a55c8a2c2a00ebec83f1aae32 Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Fri, 10 Feb 2023 10:19:26 +0000 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c632d4d..223a2e2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,9 +26,9 @@ jobs: - name: Test run: go test -v ./... - - name: Update coverage badge - uses: ncruces/go-coverage-report@v0.1.2 - continue-on-error: true + - if: github.event_name == 'push' + name: Update coverage badge + uses: ncruces/go-coverage-report@v0.1.0 macos: runs-on: macos-latest