We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd80bb commit e74ff7aCopy full SHA for e74ff7a
.github/workflows/e2e-run.yml
@@ -138,7 +138,7 @@ jobs:
138
reports:
139
runs-on: ubuntu-latest
140
needs: tests
141
- if: ${{ !cancelled() && github.repository_owner == 'kafbat' }}
+ if: ${{ !cancelled() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) }}
142
steps:
143
- name: Download allure reports artifact
144
uses: actions/download-artifact@v4
0 commit comments