Sfoglia il codice sorgente

lsif: don't upload indexes for forks (#6170)

garo (they/them) 4 anni fa
parent
commit
9bbe029c28
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .github/workflows/lsif.yml

+ 1 - 0
.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