Skip to content

Commit

Permalink
Correct logic error - removed 'needs'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Sep 13, 2024
1 parent d5593e8 commit 6f9b93b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-action-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6f9b93b

Please sign in to comment.