ci: remove success check since it's the default

This commit is contained in:
Dundar Göc 2022-02-20 11:32:46 +01:00
parent 8b3799e2c3
commit 4ea8201356

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: