diff --git a/.github/workflows/llm-nightly-test.yml b/.github/workflows/llm-nightly-test.yml index 61ecbfcb..8a4caadb 100644 --- a/.github/workflows/llm-nightly-test.yml +++ b/.github/workflows/llm-nightly-test.yml @@ -79,3 +79,6 @@ jobs: llm-inference-test-on-windows: needs: llm-nightly-convert-test-avx512 uses: ./.github/workflows/llm-nightly-test-windows.yml + llm-example-test: + needs: llm-nightly-convert-test-avx512 + uses: ./.github/workflows/llm_example_tests.yml diff --git a/.github/workflows/llm_example_tests.yml b/.github/workflows/llm_example_tests.yml index e8f0ba20..a2fee702 100644 --- a/.github/workflows/llm_example_tests.yml +++ b/.github/workflows/llm_example_tests.yml @@ -7,8 +7,8 @@ concurrency: # Controls when the action will run. on: - schedule: - - cron: '00 13 * * *' # GMT time, 13:00 GMT == 21:00 China + # schedule: + # - cron: '00 13 * * *' # GMT time, 13:00 GMT == 21:00 China pull_request: branches: [ main ] paths: