forked from Conjure-Tools/unity-runner
fixed max-parallelism for matrixs to limit drive space
This commit is contained in:
parent
844c862151
commit
e4954590f6
@ -6,7 +6,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- versions.txt
|
- versions.txt
|
||||||
- dockerfiles/runner.dockerfile
|
- dockerfiles/runner.dockerfile
|
||||||
- .gitea/workflows/create-runner.yaml
|
- .gitea/workflows/create-image.yaml
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
@ -39,6 +39,7 @@ jobs:
|
|||||||
GAMECI_VERSION: 3
|
GAMECI_VERSION: 3
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
max-parallel: 2
|
||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
- webgl
|
- webgl
|
||||||
|
|||||||
3
.github/workflows/create-image.yaml
vendored
3
.github/workflows/create-image.yaml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- versions.txt
|
- versions.txt
|
||||||
- Dockerfile
|
- dockerfiles/runner.dockerfile
|
||||||
- .github/workflows/create-image.yaml
|
- .github/workflows/create-image.yaml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -17,6 +17,7 @@ jobs:
|
|||||||
GAMECI_VERSION: 3
|
GAMECI_VERSION: 3
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
max-parallel: 2
|
||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
- webgl
|
- webgl
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user