Skip to content

Commit

Permalink
Disable broken coverage-report again
Browse files Browse the repository at this point in the history
The problem is not fixed, complex, and as yet has no planned solution
  • Loading branch information
HebaruSan authored Sep 20, 2024
1 parent 8f6392c commit a4a36dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a4a36dd

Please sign in to comment.