mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
ci(bench): fix benchmark result not saved for pr (#2981)
This commit is contained in:
4
.github/workflows/benchmark.yml
vendored
4
.github/workflows/benchmark.yml
vendored
@@ -62,7 +62,9 @@ jobs:
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ./benchmarksResult
|
||||
key: ${{ github.ref }}-benchmark
|
||||
key: ${{ github.ref }}-benchmark-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ github.ref }}-benchmark-
|
||||
- name: Store benchmark result to cache
|
||||
if: ${{ steps.cpuCheck.outputs.match == 'true' }}
|
||||
uses: benchmark-action/github-action-benchmark@v1
|
||||
|
||||
Reference in New Issue
Block a user