Auto merge of #17239 - Veykril:metrics-caching, r=Veykril
internal: Key ignoring the job-id in metrics cache
This commit is contained in:
commit
98d768bf75
1 changed files with 3 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Restore cargo cache
|
||||
uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
|
||||
with:
|
||||
key: ${{ runner.os }}-cargo-${{ github.sha }}
|
||||
shared-key: ${{ runner.os }}-cargo-metrics-${{ github.sha }}
|
||||
cache-targets: "false"
|
||||
|
||||
- name: Collect build metrics
|
||||
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
- name: Cache target
|
||||
uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
|
||||
with:
|
||||
key: ${{ runner.os }}-cargo-${{ github.sha }}
|
||||
shared-key: ${{ runner.os }}-cargo-metrics-${{ github.sha }}
|
||||
cache-targets: "true"
|
||||
|
||||
- name: Upload build metrics
|
||||
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
- name: Restore cargo cache
|
||||
uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
|
||||
with:
|
||||
key: ${{ runner.os }}-cargo-${{ github.sha }}
|
||||
shared-key: ${{ runner.os }}-cargo-metrics-${{ github.sha }}
|
||||
cache-targets: "true"
|
||||
|
||||
- name: Collect metrics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue