Temporarily disable uploads of client/web to dogfood. (#30691)

This commit is contained in:
Varun Gandhi 2022-02-04 21:06:50 +05:30 committed by GitHub
parent 61c0d6f57f
commit 941d5c04da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/