Skip to content

Commit 3c540b0

Browse files
committed
runs on
1 parent 66ee232 commit 3c540b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-playwright-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
jobs:
3333
playwright-tests:
3434
name: Playwright Tests
35-
runs-on: ${{ inputs.runner }}
35+
runs-on: ${{ inputs.runner || '["runs-on","runner=32cpu-linux-x64","disk=large","run-id=${{ github.run_id }}"]' }}
3636

3737
# Secrets come from the caller (via `secrets: inherit`)
3838
env:

0 commit comments

Comments
 (0)