Skip to content

Commit 911b7dd

Browse files
authored
Fix workflow (#294)
1 parent 1f59649 commit 911b7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163

164164
merge-reports:
165165
name: Merge Playwright Reports
166-
if: ${{ !cancelled() }}
166+
if: ${{ github.event_name == 'pull_request' && !cancelled() }}
167167
needs: [e2e]
168168
runs-on: ubuntu-latest
169169
permissions:

0 commit comments

Comments
 (0)