From 07c479c993d7e3d40166b2cfa0e27b8b7a3604d1 Mon Sep 17 00:00:00 2001 From: Kristijan Husak Date: Wed, 18 Dec 2024 06:04:49 +0100 Subject: [PATCH] ci: Disable nightly tests until Neovim nightly is fixed Once https://github.com/neovim/neovim/issues/30792 is fixed, nightly tests can be re-enabled. --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d9760d742..ff4b17e65 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,6 @@ jobs: - v0.10.0 - v0.10.1 - v0.10.2 - - nightly runs-on: ubuntu-latest steps: - uses: actions/checkout@v4