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