mirror of https://github.com/gogs/gogs.git
lsif: don't upload indexes for forks (#6170)
parent
280b06485f
commit
9bbe029c28
|
@ -2,6 +2,7 @@ name: LSIF
|
|||
on: [push]
|
||||
jobs:
|
||||
lsif-go:
|
||||
if: github.repository == 'gogs/gogs'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
Loading…
Reference in New Issue