We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d903e commit 4d70580Copy full SHA for 4d70580
1 file changed
.github/workflows/benchmark.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: actions/cache@v4
49
with:
50
path: ./benchmark-data
51
- key: benchmark-${{ runner.os }}-${{ github.ref }}
+ key: benchmark-${{ runner.os }}-${{ github.base_ref || github.ref }}
52
53
- name: Benchmark results
54
uses: benchmark-action/github-action-benchmark@v1
0 commit comments