chore: optimize runner sizes

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2026-02-17 20:04:49 +03:00
parent a8ab6dbe62
commit e897636aeb
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ on:
workflow_dispatch:
jobs:
jest-unit-test:
runs-on: ubicloud-standard-4
runs-on: ubicloud-standard-2
timeout-minutes: 20
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft || inputs.force == true }}
steps:

View File

@@ -5,7 +5,7 @@ on:
jobs:
playwright:
runs-on: ubicloud-standard-8
runs-on: ubicloud-standard-4
timeout-minutes: 100
steps:
- name: Checkout