From e378ca4f2d149243045b4e6f5e5a25a4112fa540 Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Sat, 23 Nov 2024 09:20:40 +0100 Subject: [PATCH] ci(fix): add precedency to fix latest GHA runner issues Lately you can't find 4 runner at the same time --- .github/workflows/res-update-game.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/res-update-game.yml b/.github/workflows/res-update-game.yml index 0075198e5f..2550732991 100644 --- a/.github/workflows/res-update-game.yml +++ b/.github/workflows/res-update-game.yml @@ -125,6 +125,7 @@ jobs: compression-level: 0 update-game-resources: + needs: [clone-resources-official, clone-resources-overseas, clone-resources-txwy] if: github.repository_owner == 'MaaAssistantArknights' runs-on: windows-latest steps: