Skip to content

Commit

Permalink
fix workflow (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanking520 committed Jun 13, 2023
1 parent 6e86791 commit 80a7154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llm_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 80a7154

Please sign in to comment.