fix if in update html
This commit is contained in:
parent
213ef06691
commit
62350a36f0
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
|
|
@ -287,6 +287,6 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
python harness_csv_to_html.py -f $ACC_FOLDER
|
python harness_csv_to_html.py -f $ACC_FOLDER
|
||||||
if github.event_name == 'schedule'; then
|
if ${{github.event_name == 'schedule'}}; then
|
||||||
python update_html_in_parent_folder.py -f $ACC_FOLDER
|
python update_html_in_parent_folder.py -f $ACC_FOLDER
|
||||||
fi
|
fi
|
||||||
Loading…
Reference in a new issue