fixed max-parallelism for matrixs to limit drive space

This commit is contained in:
Lake 2025-09-20 13:19:51 +10:00
parent 844c862151
commit e4954590f6
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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