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:
|
||||
- versions.txt
|
||||
- dockerfiles/runner.dockerfile
|
||||
- .gitea/workflows/create-runner.yaml
|
||||
- .gitea/workflows/create-image.yaml
|
||||
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
@ -39,6 +39,7 @@ jobs:
|
||||
GAMECI_VERSION: 3
|
||||
|
||||
strategy:
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
platform:
|
||||
- webgl
|
||||
|
||||
3
.github/workflows/create-image.yaml
vendored
3
.github/workflows/create-image.yaml
vendored
@ -6,7 +6,7 @@ on:
|
||||
branches: [main]
|
||||
paths:
|
||||
- versions.txt
|
||||
- Dockerfile
|
||||
- dockerfiles/runner.dockerfile
|
||||
- .github/workflows/create-image.yaml
|
||||
|
||||
jobs:
|
||||
@ -17,6 +17,7 @@ jobs:
|
||||
GAMECI_VERSION: 3
|
||||
|
||||
strategy:
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
platform:
|
||||
- webgl
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user