Add needs to make sure run in order (#8621)
This commit is contained in:
parent
e3418d7e61
commit
919791e406
1 changed files with 2 additions and 0 deletions
2
.github/workflows/llm-nightly-test.yml
vendored
2
.github/workflows/llm-nightly-test.yml
vendored
|
|
@ -81,6 +81,8 @@ jobs:
|
||||||
ANALYTICS_ZOO_ROOT: ${{ github.workspace }}
|
ANALYTICS_ZOO_ROOT: ${{ github.workspace }}
|
||||||
|
|
||||||
llm-inference-test-on-linux:
|
llm-inference-test-on-linux:
|
||||||
|
needs: llm-nightly-convert-test-avx512
|
||||||
uses: ./.github/workflows/llm_unit_tests_linux.yml
|
uses: ./.github/workflows/llm_unit_tests_linux.yml
|
||||||
llm-inference-test-on-windows:
|
llm-inference-test-on-windows:
|
||||||
|
needs: llm-nightly-convert-test-avx512
|
||||||
uses: ./.github/workflows/llm_unit_tests_windows.yml
|
uses: ./.github/workflows/llm_unit_tests_windows.yml
|
||||||
Loading…
Reference in a new issue