diff --git a/.github/workflows/reindex_on_merge.yml b/.github/workflows/reindex_on_merge.yml index 40005eb..c31e08b 100644 --- a/.github/workflows/reindex_on_merge.yml +++ b/.github/workflows/reindex_on_merge.yml @@ -17,7 +17,7 @@ jobs: # *** KEY CHANGE *** # This tells GitHub to run this job on one of your self-hosted runners. # You can also add labels to target specific servers, e.g., [self-hosted, linux, x64, my-app] - runs-on: inference-server + runs-on: Windows steps: # Step 1: Check out the repository's code