Skip to content

Commit

Permalink
Run upload of lsif files only after successful CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostbuster91 committed Jan 10, 2022
1 parent 4e55d4f commit 6a163f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
run: sbt -v core3/mimaReportBinaryIssues

sourcegraph:
name: Upload index to sourcegraph
needs: [ci]
# run on external PRs, but not on internal PRs since those will be run by push to branch
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 6a163f9

Please sign in to comment.