From 2858546a860b58060548ca41b7935ec41757e922 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Fri, 27 Dec 2024 18:01:42 -0700 Subject: [PATCH] Revert "TMP: REVERT THIS" This reverts commit d08300c0c6c47cd2c109822d7e7f7cd4ef77ff65. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1d55fc4..0a88b0a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}"