diff options
Diffstat (limited to '.github/workflows/scip.yml')
-rw-r--r-- | .github/workflows/scip.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/scip.yml b/.github/workflows/scip.yml index 0310cfb7..41d4c37e 100644 --- a/.github/workflows/scip.yml +++ b/.github/workflows/scip.yml @@ -32,7 +32,3 @@ jobs: run: src code-intel upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress -repo=github.com/gogs/gogs env: SRC_ENDPOINT: https://sourcegraph.sourcegraph.com/ - - name: Upload SCIP data to cs.unknwon.dev - run: src code-intel upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress -repo=github.com/gogs/gogs - env: - SRC_ENDPOINT: https://cs.unknwon.dev/ |