diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09ee5078..835c6ccf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: name: Post Coverage Comment runs-on: ubuntu-latest needs: test - if: always() + if: always() && github.event_name == 'pull_request' continue-on-error: true permissions: contents: read # For checkout