diff --git a/.github/workflows/coverage-comment.yml b/.github/workflows/coverage-comment.yml index ab54f3f..5bfa91b 100644 --- a/.github/workflows/coverage-comment.yml +++ b/.github/workflows/coverage-comment.yml @@ -8,7 +8,7 @@ on: jobs: test: - name: Run tests & display coverage + name: Display coverage (for external PRs) runs-on: ubuntu-latest if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' steps: