Skip to content

Commit 4d70580

Browse files
committed
fix cache key
1 parent c6d903e commit 4d70580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/cache@v4
4949
with:
5050
path: ./benchmark-data
51-
key: benchmark-${{ runner.os }}-${{ github.ref }}
51+
key: benchmark-${{ runner.os }}-${{ github.base_ref || github.ref }}
5252

5353
- name: Benchmark results
5454
uses: benchmark-action/github-action-benchmark@v1

0 commit comments

Comments
 (0)