diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index f2f69f6c1..ada230b9d 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -54,8 +54,6 @@ jobs: name: Upload coverage file runs-on: ubuntu-latest needs: coverage - # Check if the event is not triggered by a fork - if: github.event.pull_request.head.repo.full_name == github.repository steps: - name: Checkout uses: actions/checkout@v3