diff options
author | James McCoy <jamessan@jamessan.com> | 2022-02-20 07:34:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-20 07:34:50 -0500 |
commit | 13b13dcaa0a1ceb530582e8a42cd8d6392641c4d (patch) | |
tree | 2508eb4ac20f603798f957d1103922bd923e3c3c | |
parent | 8b3799e2c33282bf417ddee15ae71b5aba613c16 (diff) | |
parent | 4ea82013563db9ab91b9c74a4c1e41822ee0563c (diff) | |
download | rneovim-13b13dcaa0a1ceb530582e8a42cd8d6392641c4d.tar.gz rneovim-13b13dcaa0a1ceb530582e8a42cd8d6392641c4d.tar.bz2 rneovim-13b13dcaa0a1ceb530582e8a42cd8d6392641c4d.zip |
Merge pull request #17470 from dundargoc/ci/remove-success
ci: remove success check since it's the default
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34b73e8ef4..56fc6db576 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |