mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
GHA: Update cache directory if all steps succeeded
This commit is contained in:
parent
ef0d558a3b
commit
c7443b82a9
8
.github/workflows/linux.yml
vendored
8
.github/workflows/linux.yml
vendored
@ -80,6 +80,10 @@ jobs:
|
||||
- name: Build and test
|
||||
run: ./ci/script.sh
|
||||
|
||||
- name: Cache dependencies
|
||||
if: ${{ success() }}
|
||||
run: ./ci/before_cache.sh
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
@ -131,3 +135,7 @@ jobs:
|
||||
|
||||
- name: Build and test
|
||||
run: ./ci/script.sh
|
||||
|
||||
- name: Cache dependencies
|
||||
if: ${{ success() }}
|
||||
run: ./ci/before_cache.sh
|
||||
|
Loading…
Reference in New Issue
Block a user