From 7d45233825ecc6e09e82c094ff552c70af508274 Mon Sep 17 00:00:00 2001 From: xingyuan li <108672484+hoshibara@users.noreply.github.com> Date: Wed, 26 Jul 2023 10:53:03 +0900 Subject: [PATCH] fix trigger enable flag (#8616) --- .github/workflows/llm_unit_tests_linux.yml | 1 + .github/workflows/llm_unit_tests_windows.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/llm_unit_tests_linux.yml b/.github/workflows/llm_unit_tests_linux.yml index f774c31b..e4a99514 100644 --- a/.github/workflows/llm_unit_tests_linux.yml +++ b/.github/workflows/llm_unit_tests_linux.yml @@ -33,6 +33,7 @@ on: - '.github/actions/llm/langchain-test/action.yml' - '.github/actions/llm/download-llm-binary/action.yml' workflow_dispatch: + workflow_call: env: INT4_CKPT_DIR: ./llm/ggml-actions/stable diff --git a/.github/workflows/llm_unit_tests_windows.yml b/.github/workflows/llm_unit_tests_windows.yml index 6688e886..e453d33e 100644 --- a/.github/workflows/llm_unit_tests_windows.yml +++ b/.github/workflows/llm_unit_tests_windows.yml @@ -19,6 +19,7 @@ on: - 'python/llm/**' - '.github/workflows/llm_unit_tests_windows.yml' workflow_dispatch: + workflow_call: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: