remove dependency
This commit is contained in:
parent
88f7f56980
commit
e838ec9e14
1 changed files with 1 additions and 1 deletions
2
.github/workflows/llm-harness-evaluation.yml
vendored
2
.github/workflows/llm-harness-evaluation.yml
vendored
|
|
@ -235,7 +235,7 @@ jobs:
|
||||||
# TODO: change machine to store the results later
|
# TODO: change machine to store the results later
|
||||||
llm-harness-html:
|
llm-harness-html:
|
||||||
if: ${{github.event_name == 'schedule' || github.event_name == 'pull_request'}}
|
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"]
|
runs-on: ["self-hosted", "llm", "accuracy1", "accuracy-nightly"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # actions/checkout@v3
|
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue