We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ee232 commit 3c540b0Copy full SHA for 3c540b0
.github/workflows/pr-playwright-tests.yml
@@ -32,7 +32,7 @@ env:
32
jobs:
33
playwright-tests:
34
name: Playwright Tests
35
- runs-on: ${{ inputs.runner }}
+ runs-on: ${{ inputs.runner || '["runs-on","runner=32cpu-linux-x64","disk=large","run-id=${{ github.run_id }}"]' }}
36
37
# Secrets come from the caller (via `secrets: inherit`)
38
env:
0 commit comments