diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23599bbaf..74033166a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -188,7 +188,7 @@ jobs: upload-coverage: # List all jobs that produce coverage files needs: [unit-tests, integration-tests] - if: github.event.repository.fork == false + if: github.event.pull_request.head.repo.full_name == github.repository runs-on: ubuntu-latest steps: - name: Checkout code