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]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
lsif-go:
|
lsif-go:
|
||||||
|
if: github.repository == 'gogs/gogs'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
Loading…
Reference in New Issue