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