diff options
author | Dundar Göc <gocdundar@gmail.com> | 2022-02-20 11:32:46 +0100 |
---|---|---|
committer | Dundar Göc <gocdundar@gmail.com> | 2022-02-20 13:17:55 +0100 |
commit | 4ea82013563db9ab91b9c74a4c1e41822ee0563c (patch) | |
tree | 2508eb4ac20f603798f957d1103922bd923e3c3c | |
parent | 8b3799e2c33282bf417ddee15ae71b5aba613c16 (diff) | |
download | rneovim-4ea82013563db9ab91b9c74a4c1e41822ee0563c.tar.gz rneovim-4ea82013563db9ab91b9c74a4c1e41822ee0563c.tar.bz2 rneovim-4ea82013563db9ab91b9c74a4c1e41822ee0563c.zip |
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: |