diff --git a/.github/workflows/lsif-ts.yml b/.github/workflows/lsif-ts.yml index 96df33c43ac..4547060aff7 100644 --- a/.github/workflows/lsif-ts.yml +++ b/.github/workflows/lsif-ts.yml @@ -53,6 +53,9 @@ jobs: SRC_ENDPOINT: https://sourcegraph.com/ - name: Upload lsif-tsc dump to Dogfood working-directory: ${{ matrix.root }} + # Temporarily disable client/web uploads to Dogfood because of long queues + # https://github.com/sourcegraph/sourcegraph/issues/30493#issuecomment-1030090306 + if: ${{ matrix.root }} != "client/web" run: src lsif upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress || true env: SRC_ENDPOINT: https://k8s.sgdev.org/