Skip to content

Commit d08300c

Browse files
committed
TMP: REVERT THIS
1 parent f996b77 commit d08300c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
dotnet nuget push ${{ runner.temp }}/_artifacts/deployables/*.nupkg -s publicCI -k x
105105
dotnet nuget push ${{ runner.temp }}/_artifacts/deployables-LKG/*.nupkg -s publicCI -k x
106106
}
107-
if: success() && runner.os == 'Windows' && github.event_name != 'pull_request'
107+
if: success() && runner.os == 'Windows'
108108
continue-on-error: true
109109
- name: 📢 Publish code coverage results to codecov.io
110110
run: ./tools/publish-CodeCov.ps1 -CodeCovToken "${{ env.codecov_token }}" -PathToCodeCoverage "${{ runner.temp }}/_artifacts/coverageResults" -Name "${{ runner.os }} Coverage Results" -Flags "${{ runner.os }}"

0 commit comments

Comments
 (0)