From e838ec9e1460426e1bd5a929fde0f20a2717d43f Mon Sep 17 00:00:00 2001 From: "Chen, Zhentao" Date: Fri, 23 Feb 2024 16:33:40 +0800 Subject: [PATCH] remove dependency --- .github/workflows/llm-harness-evaluation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/llm-harness-evaluation.yml b/.github/workflows/llm-harness-evaluation.yml index 105cb5b7..407b09a8 100644 --- a/.github/workflows/llm-harness-evaluation.yml +++ b/.github/workflows/llm-harness-evaluation.yml @@ -235,7 +235,7 @@ jobs: # TODO: change machine to store the results later llm-harness-html: if: ${{github.event_name == 'schedule' || github.event_name == 'pull_request'}} - needs: [set-matrix, llm-harness-evaluation] + needs: [llm-harness-evaluation] runs-on: ["self-hosted", "llm", "accuracy1", "accuracy-nightly"] steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # actions/checkout@v3