From b9c9495545c1be97b085f156faab38bcb9781897 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Mon, 6 Apr 2020 18:33:17 -0400 Subject: [PATCH] Better conditional --- .github/workflows/testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 86407f4..f1eba12 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -61,7 +61,7 @@ jobs: - name: Upload Coverage uses: codecov/codecov-action@v1.0.2 - if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'sprockets/sprockets-postgres' + if: github.event_name == 'push' && github.repository == 'sprockets/sprockets-postgres' with: token: ${{secrets.CODECOV_TOKEN}} file: build/coverage.xml