chore(CI): Revert to Standard Github Runners (#20241)

This commit is contained in:
Akash Jain 2025-03-13 13:54:07 +00:00 committed by GitHub
parent 08721cb9c5
commit 01be445562
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ concurrency:
jobs:
playwright-ci-mysql:
runs-on: large-x86
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
environment: test
strategy:

View File

@ -39,7 +39,7 @@ concurrency:
jobs:
playwright-ci-postgresql:
runs-on: large-x86
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
environment: test
strategy: