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