Skip to content

Commit

Permalink
chore: Re-enable coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
techman83 committed Sep 19, 2024
1 parent da7fe3b commit e02b172
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: ${{ false && github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit e02b172

Please sign in to comment.