From 34fab7d1f42ddbbde3b6d207407ed2ef9e1b8d72 Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 13 Jul 2025 18:09:57 -0700 Subject: [PATCH] Fixed needs. --- .github/workflows/builds/unity.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/builds/unity.yaml b/.github/workflows/builds/unity.yaml index 18c2cba..154be55 100644 --- a/.github/workflows/builds/unity.yaml +++ b/.github/workflows/builds/unity.yaml @@ -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: