We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0b9b6 commit 09b6784Copy full SHA for 09b6784
.github/workflows/ci.yml
@@ -186,7 +186,7 @@ jobs:
186
deploy_report:
187
name: Deploy Test Report
188
needs: [e2e_tests]
189
- if: ${{always() && (github.ref == 'refs/heads/main' || github.event.pull_request.head.repo.full_name == github.repository)}}
+ if: ${{always() && (github.ref == 'refs/heads/main' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository))}}
190
runs-on: ubuntu-latest
191
permissions:
192
contents: write
0 commit comments