From 346b380024fab3413f551a63bbc99c87f99a44be Mon Sep 17 00:00:00 2001 From: Dylan Perks <11160611+Perksey@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:33:44 -0500 Subject: [PATCH] Only use our runner for bindings regeneration --- .github/workflows/bindings-regeneration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bindings-regeneration.yml b/.github/workflows/bindings-regeneration.yml index 483847167d..97ba5c9877 100644 --- a/.github/workflows/bindings-regeneration.yml +++ b/.github/workflows/bindings-regeneration.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: windows-latest + runs-on: windows-quick steps: - uses: actions/checkout@v2 @@ -54,6 +54,6 @@ jobs: with: sdk-version: 22621 - name: Run a full run of BuildTools - run: ./build.cmd regenerate-bindings --create-bindings-pr --no-parallel-generation + run: ./build.cmd regenerate-bindings --create-bindings-pr env: PUSHABLE_GITHUB_TOKEN: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}