Skip to content

Commit 906f17b

Browse files
committed
fix(ci): nightly has some bug right now
1 parent 5f66eec commit 906f17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_lockfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: ${{ steps.check_lockfile.outputs.files_exists == 'true' }}
2424
with:
2525
neovim: true
26-
version: nightly
26+
# version: nightly
2727
- name: Run lockfile-autoupdate
2828
if: ${{ steps.check_lockfile.outputs.files_exists == 'true' }}
2929
timeout-minutes: 5

0 commit comments

Comments
 (0)