diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 6e56a408b..ecc733b89 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -279,6 +279,7 @@ jobs: - name: Publish Coverage for workshop uses: orgoro/coverage@v3.2 + if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository with: coverageFile: services/workshop/coverage.xml token: ${{ secrets.GITHUB_TOKEN }}