fix if in update html

This commit is contained in:
Chen, Zhentao 2024-02-26 13:39:59 +08:00
parent 213ef06691
commit 62350a36f0

View file

@ -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