Increasing the memory for self-hosted runners for server build in CI

This commit is contained in:
Arpit Mohan 2022-08-27 16:45:47 +05:30
parent 0420161861
commit 3e00356e71
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ on:
jobs:
server-build:
runs-on: buildjet-4vcpu-ubuntu-2004
runs-on: buildjet-8vcpu-ubuntu-2004
if: |
github.event_name == 'repository_dispatch' &&
github.event.client_payload.slash_command.sha != '' &&

View File

@ -23,7 +23,7 @@ defaults:
jobs:
build:
runs-on: buildjet-4vcpu-ubuntu-2004
runs-on: buildjet-8vcpu-ubuntu-2004
# Only run this workflow for internally triggered events
if: |
github.event.pull_request.head.repo.full_name == github.repository ||

View File

@ -175,7 +175,7 @@ jobs:
defaults:
run:
working-directory: app/server
runs-on: buildjet-4vcpu-ubuntu-2004
runs-on: buildjet-8vcpu-ubuntu-2004
# Only run this workflow for internally triggered events
if: |
github.event_name == 'workflow_dispatch' ||