mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:51:43 +00:00
Temporarily disable uploads of client/web to dogfood. (#30691)
This commit is contained in:
parent
61c0d6f57f
commit
941d5c04da
3
.github/workflows/lsif-ts.yml
vendored
3
.github/workflows/lsif-ts.yml
vendored
@ -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/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user