mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
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:
3
.github/actions/cache/action.yml
vendored
3
.github/actions/cache/action.yml
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user