From 7ea8e788dee104e8652b27f799864ad90e4d8a09 Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Sat, 5 Feb 2022 15:38:39 +0530 Subject: [PATCH] Correctly disable uploads of client/web LSIF dumps to dogfood. (#30717) Follow up to #30691. --- .github/workflows/lsif-ts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lsif-ts.yml b/.github/workflows/lsif-ts.yml index 4547060aff7..b5e33ea4be5 100644 --- a/.github/workflows/lsif-ts.yml +++ b/.github/workflows/lsif-ts.yml @@ -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/