mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 05:17:43 +00:00
Merge pull request #17470 from dundargoc/ci/remove-success
ci: remove success check since it's the default
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -64,7 +64,6 @@ jobs:
|
||||
run: ./ci/run_lint.sh single-includes
|
||||
|
||||
- name: Cache dependencies
|
||||
if: ${{ success() }}
|
||||
run: ./ci/before_cache.sh
|
||||
|
||||
unixish:
|
||||
@@ -176,7 +175,6 @@ jobs:
|
||||
run: ./ci/run_tests.sh install_nvim
|
||||
|
||||
- name: Cache dependencies
|
||||
if: ${{ success() }}
|
||||
run: ./ci/before_cache.sh
|
||||
|
||||
windows:
|
||||
|
||||
Reference in New Issue
Block a user