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

View File

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