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 e267fa4 commit d17bf01Copy full SHA for d17bf01
.github/workflows/e2e-run.yml
@@ -134,7 +134,7 @@ jobs:
134
reports:
135
runs-on: ubuntu-latest
136
needs: tests
137
- if: ${{ !cancelled() && github.event.pull_request.head.repo.full_name == github.repository }}
+ if: ${{ !cancelled() && (github.event_name != 'pull_request' || 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