diff options
author | garo (they/them) <gbrik@users.noreply.github.com> | 2020-05-21 17:40:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 05:40:04 +0800 |
commit | 9bbe029c28b1d3b3b977c6bcca6af69852ac3584 (patch) | |
tree | 8e8e9ca4e0fd172c1f618d54b1aa584c994e5342 /.github/workflows/lsif.yml | |
parent | 280b06485f3f1719f5d8d3766ca6c2e1d34b6295 (diff) |
lsif: don't upload indexes for forks (#6170)
Diffstat (limited to '.github/workflows/lsif.yml')
-rw-r--r-- | .github/workflows/lsif.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lsif.yml b/.github/workflows/lsif.yml index c71abe8c..1f7be270 100644 --- a/.github/workflows/lsif.yml +++ b/.github/workflows/lsif.yml @@ -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 |