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 1196f9f commit 12036bfCopy full SHA for 12036bf
.github/workflows/e2e-run.yml
@@ -134,7 +134,7 @@ jobs:
134
reports:
135
runs-on: ubuntu-latest
136
needs: tests
137
- if: ${{ !cancelled() && github.repository == 'kafbat/kafka-ui' }}
+ if: ${{ !cancelled() && github.repository == 'kafbat/kafka-ui' && github.event.pull_request.head.repo.full_name == github.repository }}
138
steps:
139
- name: Download allure reports artifact
140
uses: actions/download-artifact@v4
0 commit comments