Skip to content

Commit e74ff7a

Browse files
Infra: Do not run e2e reports task on forks (#443)
Co-authored-by: Roman Zabaluev <gpg@haarolean.dev>
1 parent 1fd80bb commit e74ff7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
reports:
139139
runs-on: ubuntu-latest
140140
needs: tests
141-
if: ${{ !cancelled() && github.repository_owner == 'kafbat' }}
141+
if: ${{ !cancelled() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) }}
142142
steps:
143143
- name: Download allure reports artifact
144144
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)