Skip to content

Commit 99a2372

Browse files
tutteakash-jain-10
andauthored
[CHORE] Move playwright workflows to larger runners (#20115)
* [CHORE] Move workflows to larger runners * chore: Move only playwright tests to large runners --------- Co-authored-by: Akash-Jain <15995028+akash-jain-10@users.noreply.github.com>
1 parent e47d043 commit 99a2372

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/playwright-mysql-e2e.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ concurrency:
3939

4040
jobs:
4141
playwright-ci-mysql:
42-
runs-on: ubuntu-22.04
42+
runs-on: large-x86
43+
if: ${{ !github.event.pull_request.draft }}
4344
environment: test
4445
strategy:
4546
fail-fast: false

.github/workflows/playwright-postgresql-e2e.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ concurrency:
3838

3939
jobs:
4040
playwright-ci-postgresql:
41-
runs-on: ubuntu-22.04
41+
runs-on: large-x86
42+
if: ${{ !github.event.pull_request.draft }}
4243
environment: test
4344
strategy:
4445
fail-fast: false

0 commit comments

Comments
 (0)