fix needs

This commit is contained in:
2025-07-13 18:11:24 -07:00
parent 34fab7d1f4
commit 6b8accd75c

View File

@@ -26,7 +26,7 @@ env:
jobs:
build-unity-master1-1:
name: "Build ${{ matrix.platform.os }}"
needs: master1
runs-on: master1
strategy:
max-parallel: 1
matrix:
@@ -53,8 +53,8 @@ jobs:
build-unity-master1-2:
name: "Build ${{ matrix.platform.os }}"
depends-on: build-unity-master1-1
needs: master1
needs: build-unity-master1-1
runs-on: master1
strategy:
max-parallel: 1
matrix:
@@ -82,8 +82,8 @@ jobs:
build-unity-master1-3:
name: "Build ${{ matrix.platform.os }}"
depends-on: build-unity-master1-2
needs: master1
needs: build-unity-master1-2
runs-on: master1
strategy:
max-parallel: 1
matrix:
@@ -111,7 +111,7 @@ jobs:
build-unity-master2-1:
name: "Build ${{ matrix.platform.os }}"
needs: master2
runs-on: master2
strategy:
max-parallel: 1
matrix:
@@ -138,8 +138,8 @@ jobs:
build-unity-master2-2:
name: "Build ${{ matrix.platform.os }}"
depends-on: build-unity-master2-1
needs: master2
needs: build-unity-master2-1
runs-on: master2
strategy:
max-parallel: 1
matrix:
@@ -166,8 +166,8 @@ jobs:
build-unity-master2-3:
name: "Build ${{ matrix.platform.os }}"
depends-on: build-unity-master2-2
needs: master2
needs: build-unity-master2-2
runs-on: master2
strategy:
max-parallel: 1
matrix: