mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
ci: use repository and ref as part of the cache key (#10067)
This commit is contained in:
parent
ee07ef2962
commit
d2e500e1cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -170,7 +170,7 @@ jobs:
|
|||
~/.cargo/git
|
||||
~/.cargo/registry
|
||||
./target
|
||||
key: cache-1-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }}
|
||||
key: cache-${{ github.repository }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }}
|
||||
|
||||
- name: test_format.js
|
||||
if: matrix.kind == 'lint'
|
||||
|
|
Loading…
Reference in a new issue