ci: various cleanups

- add reviewers
- correct cache key
This commit is contained in:
dundargoc
2023-09-27 17:53:06 +02:00
committed by dundargoc
parent 6c0f900699
commit 9eb5d9f13f
3 changed files with 43 additions and 31 deletions

View File

@@ -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') }}