From e149fc9c726431c76aabf632ad2565e7745765df Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 19 Aug 2024 06:52:29 -0400 Subject: [PATCH] Strip this check for now so we can [TGSDeploy] --- .github/workflows/ci-pipeline.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index bbf4485809..fb4bd67147 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1213,12 +1213,6 @@ jobs: name: windows-integration-test-coverage-Release-Advanced-Sqlite path: ./code_coverage/integration_tests/windows_integration_tests_release_system_sqlite - - name: Retrieve ReleaseNotes Binaries - uses: actions/download-artifact@v4 - with: - name: release_notes_bins - path: release_notes_bins - - name: Upload Coverage to CodeCov uses: codecov/codecov-action@v4 with: @@ -1228,9 +1222,6 @@ jobs: verbose: true handle_no_reports_found: true - - name: Wait for CodeCov Status - run: dotnet release_notes_bins/Tgstation.Server.ReleaseNotes.dll --wait-codecov ${{ github.run_id }} - build-deb: name: Build .deb Package # Can't do i386 due to https://github.com/dotnet/core/issues/4595 runs-on: ubuntu-latest