From eec5f7113a6af90595beb0a4603a38e98a8ce978 Mon Sep 17 00:00:00 2001 From: Jonathan Lucas Date: Fri, 6 Jun 2025 17:49:17 -0500 Subject: [PATCH] changed reindex job --- .github/workflows/reindex_on_merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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