From 8df39c12f823434cbefb868014a033d89dc37d7d Mon Sep 17 00:00:00 2001 From: Morgan Adamiec Date: Sat, 23 Nov 2024 00:01:43 +0000 Subject: [PATCH] Change runner --- .github/workflows/publish-check-compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-check-compile.yml b/.github/workflows/publish-check-compile.yml index b024c2e12d72..fd17070fee28 100644 --- a/.github/workflows/publish-check-compile.yml +++ b/.github/workflows/publish-check-compile.yml @@ -17,9 +17,9 @@ jobs: uses: ./.github/workflows/reusable-preflight.yml check-publish: - runs-on: ubuntu-latest timeout-minutes: 90 needs: [preflight] + runs-on: ${{ needs.preflight.outputs.RUNNER }} container: image: ${{ needs.preflight.outputs.IMAGE }} steps: