Skip to content

Commit

Permalink
Update regression_template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-ms authored Nov 29, 2023
1 parent 3cc5333 commit a469c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Prepare Coverage GitHub Pages
if: (!inputs.skip_coverage)
run: >-
if [ "${{ inputs.result_affix }}" != "" ] && [ ${{ inputs.skip_deploy }} ]; then
if [ "${{ inputs.result_affix }}" != "" ] && inputs.skip_deploy; then
mv ${{ inputs.cmake_path }}/coverage_report/${{ inputs.coverage_name }} \
${{ inputs.cmake_path }}/coverage_report/${{ inputs.result_affix }}
fi
Expand Down

0 comments on commit a469c38

Please sign in to comment.