diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 03b86c856..c90dc51eb 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -143,7 +143,7 @@ jobs: if: ${{ !github.event.pull_request.head.repo.fork }} run: pytest -v --cov --cov-report=term-missing --cov=weaviate --cov-report xml:coverage-integration-embedded.xml integration_embedded - name: Archive code coverage results - if: matrix.version == '3.10' && (github.ref_name != 'main') + if: matrix.version == '3.10' && (github.ref_name != 'main') && !github.event.pull_request.head.repo.fork uses: actions/upload-artifact@v4 with: name: coverage-report-integration-embedded @@ -242,7 +242,7 @@ jobs: Codecov: needs: [Unit-Tests, Integration-Tests] runs-on: ubuntu-latest - if: github.ref_name != 'main' + if: github.ref_name != 'main' && !github.event.pull_request.head.repo.fork steps: - uses: actions/checkout@v4 - name: Download coverage artifacts mock