Skip to content

Commit

Permalink
Only use our runner for bindings regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Oct 9, 2023
1 parent 9d9a14d commit 346b380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bindings-regeneration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:

runs-on: windows-latest
runs-on: windows-quick

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -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 }}

0 comments on commit 346b380

Please sign in to comment.