mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Correct logic error - removed 'needs'
This commit is contained in:
parent
51cc9b8b2e
commit
51099d9901
1 changed files with 0 additions and 1 deletions
1
.github/workflows/test-action-linux.yml
vendored
1
.github/workflows/test-action-linux.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue