Skip to content

Commit b5468d6

Browse files
committed
ci: remove help-check for Nvim nightly
1 parent dbb93d4 commit b5468d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,12 @@ jobs:
8787
- run: make format-check
8888

8989
- name: build Nvim from source
90+
if: ${{ matrix.nvim_version == 'stable' }}
9091
run: |
9192
mkdir -p "${DIR_NVIM_SRC}"
9293
curl -L "https://github.com/neovim/neovim/archive/refs/tags/${{ matrix.nvim_version }}.tar.gz" | tar zx --directory "${DIR_NVIM_SRC}/.."
9394
cd "${DIR_NVIM_SRC}"
9495
make doc
9596
9697
- run: make help-check
98+
if: ${{ matrix.nvim_version == 'stable' }}

0 commit comments

Comments
 (0)