Re organize llm test (#8766)
* run llm-example-test in llm-nightly-test.yml * comment out the schedule event
This commit is contained in:
parent
e9aa2bd890
commit
394304b918
2 changed files with 5 additions and 2 deletions
3
.github/workflows/llm-nightly-test.yml
vendored
3
.github/workflows/llm-nightly-test.yml
vendored
|
|
@ -79,3 +79,6 @@ jobs:
|
||||||
llm-inference-test-on-windows:
|
llm-inference-test-on-windows:
|
||||||
needs: llm-nightly-convert-test-avx512
|
needs: llm-nightly-convert-test-avx512
|
||||||
uses: ./.github/workflows/llm-nightly-test-windows.yml
|
uses: ./.github/workflows/llm-nightly-test-windows.yml
|
||||||
|
llm-example-test:
|
||||||
|
needs: llm-nightly-convert-test-avx512
|
||||||
|
uses: ./.github/workflows/llm_example_tests.yml
|
||||||
|
|
|
||||||
4
.github/workflows/llm_example_tests.yml
vendored
4
.github/workflows/llm_example_tests.yml
vendored
|
|
@ -7,8 +7,8 @@ concurrency:
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: '00 13 * * *' # GMT time, 13:00 GMT == 21:00 China
|
# - cron: '00 13 * * *' # GMT time, 13:00 GMT == 21:00 China
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue