Skip to content

Commit

Permalink
Merge pull request #328 from ting-ms/master
Browse files Browse the repository at this point in the history
Add additional condition for "Prepare Coverage GitHub Pages" step.
  • Loading branch information
bo-ms authored Nov 29, 2023
2 parents a8e5d09 + ebe373b commit 55673c2
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 55673c2

Please sign in to comment.