From 7a8c1e6fe8c38680929aa096c8a421b4c3098b27 Mon Sep 17 00:00:00 2001 From: cklutz Date: Fri, 11 Oct 2024 11:55:33 +0200 Subject: [PATCH] goofing around --- .github/workflows/dotnet-reusable-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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