We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b217572 commit f40532bCopy full SHA for f40532b
.github/workflows/ci.yml
@@ -56,7 +56,9 @@ jobs:
56
uses: actions/cache@v1
57
with:
58
path: redis
59
- key: ${{ runner.os }}-redis
+ key: ${{ matrix.platform }}-${{ matrix.python }}-redis
60
+ restore-keys: |
61
+ ${{ matrix.platform }}-${{ matrix.python }}-redis
62
63
- name: Install Redis Server test dependencies
64
if: steps.cache-redis.outputs.cache-hit != 'true'
0 commit comments