Skip to content

Commit

Permalink
Add additional condition for "Prepare Coverage GitHub Pages" step.
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-ms authored Nov 29, 2023
1 parent a8e5d09 commit ebe373b
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 }}" != "" ]; 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 ebe373b

Please sign in to comment.