mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Correctly disable uploads of client/web LSIF dumps to dogfood. (#30717)
Follow up to #30691.
This commit is contained in:
parent
5d7cf9d100
commit
7ea8e788de
2
.github/workflows/lsif-ts.yml
vendored
2
.github/workflows/lsif-ts.yml
vendored
@ -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/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user