mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 13:46:57 +00:00
chore: optimize runner sizes
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
2
.github/workflows/jest-unit-test.yml
vendored
2
.github/workflows/jest-unit-test.yml
vendored
@@ -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:
|
||||
|
||||
@@ -5,7 +5,7 @@ on:
|
||||
|
||||
jobs:
|
||||
playwright:
|
||||
runs-on: ubicloud-standard-8
|
||||
runs-on: ubicloud-standard-4
|
||||
timeout-minutes: 100
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user