diff --git a/.github/workflows/e2e-run.yml b/.github/workflows/e2e-run.yml index b8799de6d..286d160e3 100644 --- a/.github/workflows/e2e-run.yml +++ b/.github/workflows/e2e-run.yml @@ -138,7 +138,7 @@ jobs: reports: runs-on: ubuntu-latest needs: tests - if: ${{ !cancelled() && github.repository_owner == 'kafbat' }} + if: ${{ !cancelled() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) }} steps: - name: Download allure reports artifact uses: actions/download-artifact@v4