Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
Remove unconditional upload profiling data when build or tests fail.
  • Loading branch information
AloisKraus authored Jan 11, 2023
1 parent 18e8498 commit 8e96485
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,13 @@ jobs:
name: ProfilingData_${{ env.TestRunTimeMs }}
path: ProfilingData
retention-days: 90
if: always()

- name: Upload Profiling Extract Data
uses: actions/upload-artifact@v3
with:
name: Extract_${{ env.TestRunTimeMs }}
path: Extract
retention-days: 90
if: always()

- name: Upload as Artifact of Successful Test Results Reports + Code Coverage
env:
Expand Down

0 comments on commit 8e96485

Please sign in to comment.