mirror of
https://github.com/neovim/neovim.git
synced 2025-10-20 00:31:49 +00:00
ci: various cleanups
- add reviewers - correct cache key
This commit is contained in:
2
.github/actions/cache/action.yml
vendored
2
.github/actions/cache/action.yml
vendored
@@ -22,5 +22,5 @@ runs:
|
||||
with:
|
||||
path: .deps
|
||||
key: ${{ env.CACHE_KEY }}-${{ steps.image.outputs.version }}-${{ hashFiles('cmake**',
|
||||
'.github/workflows/test.yml', 'CMakeLists.txt',
|
||||
'.github/**', 'CMakeLists.txt',
|
||||
'runtime/CMakeLists.txt', 'src/nvim/**/CMakeLists.txt') }}
|
||||
|
Reference in New Issue
Block a user