Correctly disable uploads of client/web LSIF dumps to dogfood. (#30717)

Follow up to #30691.
This commit is contained in:
Varun Gandhi 2022-02-05 15:38:39 +05:30 committed by GitHub
parent 5d7cf9d100
commit 7ea8e788de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ jobs:
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"
if: matrix.root != 'client/web'
run: src lsif upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress || true
env:
SRC_ENDPOINT: https://k8s.sgdev.org/