Skip to content

Commit

Permalink
I guess it's only looking at the master branch, go back to disabling …
Browse files Browse the repository at this point in the history
…the whole job
  • Loading branch information
HebaruSan committed Aug 11, 2024
1 parent c3e95fd commit e0a3528
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ 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:
name: coverage.xml
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
Expand Down

0 comments on commit e0a3528

Please sign in to comment.