Skip to content

Commit

Permalink
Revert "TMP: REVERT THIS"
Browse files Browse the repository at this point in the history
This reverts commit d08300c.
  • Loading branch information
AArnott committed Dec 28, 2024
1 parent 89239e7 commit 2858546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
dotnet nuget push ${{ runner.temp }}\_artifacts\deployables\*.nupkg -s publicCI -k x
dotnet nuget push ${{ runner.temp }}\_artifacts\deployables-LKG\*.nupkg -s publicCI -k x
}
if: success() && runner.os == 'Windows'
if: success() && runner.os == 'Windows' && github.event_name != 'pull_request'
continue-on-error: true
- name: 📢 Publish code coverage results to codecov.io
run: ./tools/publish-CodeCov.ps1 -CodeCovToken "${{ env.codecov_token }}" -PathToCodeCoverage "${{ runner.temp }}/_artifacts/coverageResults" -Name "${{ runner.os }} Coverage Results" -Flags "${{ runner.os }}"
Expand Down

0 comments on commit 2858546

Please # to comment.