diff --git a/.github/workflows/sub_wrapup.yml b/.github/workflows/sub_wrapup.yml index f6a7634129..5bf7ee5d7e 100644 --- a/.github/workflows/sub_wrapup.yml +++ b/.github/workflows/sub_wrapup.yml @@ -83,8 +83,8 @@ jobs: echo "### $icon $step step" >> report.md if [ $result == 'skipped' ] then - echo "Step was skipped, no report was generated" | tee -a report.md - continue + echo "Step was skipped, no report was generated" | tee -a report.md + continue elif [ $result == 'cancelled' ] then echo "Step was cancelled when executing, report may be incomplete" | tee -a report.md