diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f1572e6..e4d7dcf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -211,6 +211,7 @@ jobs: coverage: needs: test runs-on: ubuntu-latest + if: ${{ github.event_name != 'push' || github.event.repository == github.repository }} steps: - uses: actions/checkout@v3