Skip to content

Commit 8ea84b0

Browse files
authored
Merge pull request #2294 from pbalcer/relative-cache-path
use a relative benchmark cache path
2 parents 754ee87 + bbef40f commit 8ea84b0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/benchmarks-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,5 @@ jobs:
199199
if: ${{ always() && inputs.upload_report }}
200200
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
201201
with:
202-
path: ${{ github.workspace }}/ur-repo/benchmark_results.html
202+
path: ur-repo/benchmark_results.html
203203
key: benchmark-results-${{ matrix.adapter.str_name }}-${{ github.run_id }}

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ jobs:
5454
id: download-bench-html
5555
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
5656
with:
57-
path: ${{ github.workspace }}/ur-repo/benchmark_results.html
57+
path: ur-repo/benchmark_results.html
5858
key: benchmark-results-
59-
restore-keys: benchmark-results-
6059

6160
- name: Move benchmark HTML
6261
# exact or partial cache hit

0 commit comments

Comments
 (0)