Skip to content

Commit e64b7bd

Browse files
author
QA Runner
committed
tmp: scoped run --retries=0 for full picture
1 parent 9c04232 commit e64b7bd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/e2e.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ name: e2e
2020

2121
on:
2222
workflow_dispatch:
23+
push:
24+
branches: [tmp/e2e-scoped]
2325
pull_request:
2426
# `main` is the destination upstream; `upstream-main` is the fork's mirror of
2527
# it, so the suite is exercised on the fork PR and stays correct once merged.
@@ -179,7 +181,7 @@ jobs:
179181
# playwright.config.ts sets webServer to undefined when CI=true, so the job
180182
# is responsible for the servers above; Playwright just drives them.
181183
- name: Run Playwright
182-
run: npx playwright test
184+
run: npx playwright test --retries=0
183185

184186
# always() (not !cancelled()) so the report still uploads when the job is
185187
# cancelled by the timeout — that's exactly when you most need the traces.

0 commit comments

Comments
 (0)