summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/regression_template.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/regression_template.yml b/.github/workflows/regression_template.yml
index ae84682c..3dd1b8c8 100644
--- a/.github/workflows/regression_template.yml
+++ b/.github/workflows/regression_template.yml
@@ -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