Merge pull request #17470 from dundargoc/ci/remove-success

ci: remove success check since it's the default
This commit is contained in:
James McCoy 2022-02-20 07:34:50 -05:00 committed by GitHub
commit 13b13dcaa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: