diff --git a/.github/workflows/dotnet-reusable-workflow.yml b/.github/workflows/dotnet-reusable-workflow.yml index a020fc0..f4f4980 100644 --- a/.github/workflows/dotnet-reusable-workflow.yml +++ b/.github/workflows/dotnet-reusable-workflow.yml @@ -125,4 +125,4 @@ jobs: with: name: coverage-report-${{ env.LC_PIVOT }} path: CoverageReport-${{ env.LC_PIVOT }} - if: ${{ always() && inputs.code-coverage }} \ No newline at end of file + if: ${{ always() && inputs.code-coverage && inputs.configuration == inputs.code-coverage-configuration }} \ No newline at end of file