We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5492a24 commit 4c4de15Copy full SHA for 4c4de15
1 file changed
.github/workflows/gen-annotations.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
gen-annotations:
14
- if: github.actor != 'github-actions[bot]'
+ if: github.actor != 'github-actions[bot]' && github.repository == 'neovim/nvim-lspconfig'
15
runs-on: ubuntu-latest
16
permissions:
17
contents: write
0 commit comments