Fixed needs.

This commit is contained in:
2025-07-13 18:09:57 -07:00
parent 1c5154bead
commit 34fab7d1f4

View File

@@ -26,7 +26,7 @@ env:
jobs:
build-unity-master1-1:
name: "Build ${{ matrix.platform.os }}"
runs-on: master1
needs: master1
strategy:
max-parallel: 1
matrix:
@@ -54,7 +54,7 @@ jobs:
build-unity-master1-2:
name: "Build ${{ matrix.platform.os }}"
depends-on: build-unity-master1-1
runs-on: master1
needs: master1
strategy:
max-parallel: 1
matrix:
@@ -83,7 +83,7 @@ jobs:
build-unity-master1-3:
name: "Build ${{ matrix.platform.os }}"
depends-on: build-unity-master1-2
runs-on: master1
needs: master1
strategy:
max-parallel: 1
matrix:
@@ -111,7 +111,7 @@ jobs:
build-unity-master2-1:
name: "Build ${{ matrix.platform.os }}"
runs-on: master2
needs: master2
strategy:
max-parallel: 1
matrix:
@@ -139,7 +139,7 @@ jobs:
build-unity-master2-2:
name: "Build ${{ matrix.platform.os }}"
depends-on: build-unity-master2-1
runs-on: master2
needs: master2
strategy:
max-parallel: 1
matrix:
@@ -167,7 +167,7 @@ jobs:
build-unity-master2-3:
name: "Build ${{ matrix.platform.os }}"
depends-on: build-unity-master2-2
runs-on: master2
needs: master2
strategy:
max-parallel: 1
matrix: