We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844c862 commit e495459Copy full SHA for e495459
2 files changed
.gitea/workflows/create-image.yaml
@@ -6,7 +6,7 @@ on:
6
paths:
7
- versions.txt
8
- dockerfiles/runner.dockerfile
9
- - .gitea/workflows/create-runner.yaml
+ - .gitea/workflows/create-image.yaml
10
11
workflow_dispatch:
12
inputs:
@@ -39,6 +39,7 @@ jobs:
39
GAMECI_VERSION: 3
40
41
strategy:
42
+ max-parallel: 2
43
matrix:
44
platform:
45
- webgl
.github/workflows/create-image.yaml
branches: [main]
- - Dockerfile
+ - dockerfiles/runner.dockerfile
- .github/workflows/create-image.yaml
jobs:
@@ -17,6 +17,7 @@ jobs:
17
18
19
20
21
22
23
0 commit comments