Skip to content

Commit e495459

Browse files
committed
fixed max-parallelism for matrixs to limit drive space
1 parent 844c862 commit e495459

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitea/workflows/create-image.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
paths:
77
- versions.txt
88
- dockerfiles/runner.dockerfile
9-
- .gitea/workflows/create-runner.yaml
9+
- .gitea/workflows/create-image.yaml
1010

1111
workflow_dispatch:
1212
inputs:
@@ -39,6 +39,7 @@ jobs:
3939
GAMECI_VERSION: 3
4040

4141
strategy:
42+
max-parallel: 2
4243
matrix:
4344
platform:
4445
- webgl

.github/workflows/create-image.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [main]
77
paths:
88
- versions.txt
9-
- Dockerfile
9+
- dockerfiles/runner.dockerfile
1010
- .github/workflows/create-image.yaml
1111

1212
jobs:
@@ -17,6 +17,7 @@ jobs:
1717
GAMECI_VERSION: 3
1818

1919
strategy:
20+
max-parallel: 2
2021
matrix:
2122
platform:
2223
- webgl

0 commit comments

Comments
 (0)