From f1a9f9c2e2a49731b631b97d1316b6d36f439e74 Mon Sep 17 00:00:00 2001 From: Michele Bertasi Date: Tue, 5 Nov 2024 12:18:22 +0100 Subject: [PATCH] Delete lsif workflow --- .github/workflows/lsif.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/lsif.yml diff --git a/.github/workflows/lsif.yml b/.github/workflows/lsif.yml deleted file mode 100644 index 09c45e6..0000000 --- a/.github/workflows/lsif.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Index and upload LSIF data to sourcegraph.com -on: - push: - branches: - - master - -permissions: - contents: read - -jobs: - index-and-upload: - runs-on: ubuntu-latest - container: sourcegraph/lsif-go@sha256:2194d2652862966f022b537ed81bccf5a9a535ab763534cb4e98a3083c8a1bc6 - steps: - - uses: actions/checkout@v4 - - name: Generate LSIF data - run: lsif-go - - name: Upload LSIF data to Sourcegraph - # Ignore failures to avoid disrupting CI pipelines with non-critical errors. - run: src lsif upload -no-progress -github-token=${{ secrets.GITHUB_TOKEN }} -ignore-upload-failure \ No newline at end of file