1
0
mirror of synced 2025-12-30 03:01:36 -05:00

run browser tests on a beefier runner (#30055)

This commit is contained in:
Peter Bengtsson
2022-08-18 19:35:12 +02:00
committed by GitHub
parent e2e805a001
commit 0df47e183b

View File

@@ -29,7 +29,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ fromJSON('["ubuntu-latest", "ubuntu-20.04-xl"]')[github.repository == 'github/docs-internal'] }}
steps:
- name: Checkout
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748