Skip to content

Commit 4c4de15

Browse files
committed
ci: disable gen-annotations in forks
Problem: gen-annotations runs on PRs. Solution: Check the org + repo name. related: d7c25c5 #4357
1 parent 5492a24 commit 4c4de15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gen-annotations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
gen-annotations:
14-
if: github.actor != 'github-actions[bot]'
14+
if: github.actor != 'github-actions[bot]' && github.repository == 'neovim/nvim-lspconfig'
1515
runs-on: ubuntu-latest
1616
permissions:
1717
contents: write

0 commit comments

Comments
 (0)