Increasing the memory for self-hosted runners for server build in CI
This commit is contained in:
parent
0420161861
commit
3e00356e71
|
|
@ -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 != '' &&
|
||||
|
|
|
|||
2
.github/workflows/server.yml
vendored
2
.github/workflows/server.yml
vendored
|
|
@ -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 ||
|
||||
|
|
|
|||
|
|
@ -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' ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user