We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8e5d09 + ebe373b commit 55673c2Copy full SHA for 55673c2
.github/workflows/regression_template.yml
@@ -134,7 +134,7 @@ jobs:
134
- name: Prepare Coverage GitHub Pages
135
if: (!inputs.skip_coverage)
136
run: >-
137
- if [ "${{ inputs.result_affix }}" != "" ]; then
+ if [ "${{ inputs.result_affix }}" != "" ] && [ inputs.skip_deploy ]; then
138
mv ${{ inputs.cmake_path }}/coverage_report/${{ inputs.coverage_name }} \
139
${{ inputs.cmake_path }}/coverage_report/${{ inputs.result_affix }}
140
fi
0 commit comments