From 7134bcef60a195e7fc33d458f9f43a12b1a82f09 Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Fri, 11 Feb 2022 21:50:35 +0530 Subject: [PATCH] Turn on client/web/ uploads. (#31080) These should hopefully not cause issues after Eric's speedup PR. --- .github/workflows/lsif-ts.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lsif-ts.yml b/.github/workflows/lsif-ts.yml index 2728f8cabb7..96df33c43ac 100644 --- a/.github/workflows/lsif-ts.yml +++ b/.github/workflows/lsif-ts.yml @@ -23,9 +23,7 @@ jobs: - client/shared - client/search - client/search-ui - # Temporarily disable client/web uploads because of long queues - # https://github.com/sourcegraph/sourcegraph/issues/30493#issuecomment-1030090306 - # - client/web + - client/web - client/wildcard - client/common - client/http-client