Skip to content

Commit 09b6784

Browse files
astandrikAnton Standrik
andauthored
fix: deploy report condition (#1671)
Co-authored-by: Anton Standrik <astandrik@Antons-MacBook-Air.local>
1 parent de0b9b6 commit 09b6784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
deploy_report:
187187
name: Deploy Test Report
188188
needs: [e2e_tests]
189-
if: ${{always() && (github.ref == 'refs/heads/main' || github.event.pull_request.head.repo.full_name == github.repository)}}
189+
if: ${{always() && (github.ref == 'refs/heads/main' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository))}}
190190
runs-on: ubuntu-latest
191191
permissions:
192192
contents: write

0 commit comments

Comments
 (0)