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:
|
jobs:
|
||||||
server-build:
|
server-build:
|
||||||
runs-on: buildjet-4vcpu-ubuntu-2004
|
runs-on: buildjet-8vcpu-ubuntu-2004
|
||||||
if: |
|
if: |
|
||||||
github.event_name == 'repository_dispatch' &&
|
github.event_name == 'repository_dispatch' &&
|
||||||
github.event.client_payload.slash_command.sha != '' &&
|
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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: buildjet-4vcpu-ubuntu-2004
|
runs-on: buildjet-8vcpu-ubuntu-2004
|
||||||
# Only run this workflow for internally triggered events
|
# Only run this workflow for internally triggered events
|
||||||
if: |
|
if: |
|
||||||
github.event.pull_request.head.repo.full_name == github.repository ||
|
github.event.pull_request.head.repo.full_name == github.repository ||
|
||||||
|
|
|
||||||
|
|
@ -175,7 +175,7 @@ jobs:
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: app/server
|
working-directory: app/server
|
||||||
runs-on: buildjet-4vcpu-ubuntu-2004
|
runs-on: buildjet-8vcpu-ubuntu-2004
|
||||||
# Only run this workflow for internally triggered events
|
# Only run this workflow for internally triggered events
|
||||||
if: |
|
if: |
|
||||||
github.event_name == 'workflow_dispatch' ||
|
github.event_name == 'workflow_dispatch' ||
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user