From e0a3528b61067065c45f76c3b884c5edd536dbcc Mon Sep 17 00:00:00 2001 From: Paul Hebble Date: Sun, 11 Aug 2024 17:41:44 -0500 Subject: [PATCH] I guess it's only looking at the master branch, go back to disabling the whole job --- .github/workflows/coverage-report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/coverage-report.yml b/.github/workflows/coverage-report.yml index aab0392..05320e6 100644 --- a/.github/workflows/coverage-report.yml +++ b/.github/workflows/coverage-report.yml @@ -15,7 +15,7 @@ permissions: jobs: coverage-report: runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'success' }} + if: ${{ false && github.event.workflow_run.conclusion == 'success' }} steps: - uses: actions/download-artifact@v4 with: @@ -23,7 +23,6 @@ jobs: run-id: ${{ github.event.workflow_run.id }} github-token: ${{ secrets.GITHUB_TOKEN }} - name: Get Cover - if: false uses: techman83/coverage@feat/workflow_run with: coverageFile: coverage.xml