Skip to content

Commit

Permalink
Disable nightly temporarilly until fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvincent committed Sep 22, 2023
1 parent a8510cd commit fc24158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
channel: [stable, nightly]
channel: [stable] #, nightly]
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prepare channel="nightly":
prepare channel="stable":
#!/usr/bin/env bash
test -d .build/nvim || {
mkdir -p ./.build/nvim
Expand Down

0 comments on commit fc24158

Please sign in to comment.