ci: various fixes

- adjust reviewers
- add workflow as cache key
- install attr only when tesitng
- fix s390x workflow by checking out the merge PR instead of master
This commit is contained in:
dundargoc
2023-10-22 13:30:32 +02:00
committed by dundargoc
parent 310896f6aa
commit 9ad239690f
7 changed files with 28 additions and 33 deletions

View File

@@ -3,6 +3,9 @@ description: "This action caches neovim dependencies"
runs:
using: "composite"
steps:
- run: echo "CACHE_KEY=${{ github.workflow }}" >> $GITHUB_ENV
shell: bash
- run: echo "CACHE_KEY=${{ github.job }}" >> $GITHUB_ENV
shell: bash