From 80a71544ed3f7bc14a9a7ddd3ceae90f5941b3d6 Mon Sep 17 00:00:00 2001 From: Qing Lan Date: Tue, 13 Jun 2023 09:16:40 -0700 Subject: [PATCH] fix workflow (#833) --- .github/workflows/llm_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/llm_integration.yml b/.github/workflows/llm_integration.yml index c2caac679..cd6a6d50a 100644 --- a/.github/workflows/llm_integration.yml +++ b/.github/workflows/llm_integration.yml @@ -825,7 +825,7 @@ jobs: stop-runners: if: always() runs-on: [ self-hosted, scheduler ] - needs: [ create-runners, hf-handler-test, ds-raw-test, ds-handler-test, ft-handler-test, ft-raw-test, ds-aot-test, huggingface-test, ft-aot-raw-test, ft-aot-handler-test, ds-handler-aot-test ] + needs: [ create-runners, hf-handler-test, ds-raw-test, ds-handler-test, ft-handler-test, ft-raw-test, ds-aot-raw-test, huggingface-test, ft-aot-raw-test, ft-aot-handler-test, ds-handler-aot-test ] steps: - name: Stop all instances run: |