From 51099d9901b0ff8786455436f74daa4fc8db4eb6 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Fri, 13 Sep 2024 11:35:53 -0600 Subject: [PATCH] Correct logic error - removed 'needs' --- .github/workflows/test-action-linux.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-action-linux.yml b/.github/workflows/test-action-linux.yml index ebe9567133e..c19338625a6 100644 --- a/.github/workflows/test-action-linux.yml +++ b/.github/workflows/test-action-linux.yml @@ -354,7 +354,6 @@ jobs: - name: Merge Code Coverage Test Run Artifacts if: ${{ inputs.skip-code-coverage == false }} continue-on-error: true - needs: upload uses: actions/upload-artifact/merge@v4 with: name: testrun-coverage-artifacts-${{ inputs.distro-slug }}${{ inputs.fips && '-fips' || '' }}-${{ inputs.nox-session }}