Skip to content

Commit

Permalink
chore: try to fix cache
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Froment <[email protected]>
  • Loading branch information
sfroment committed Feb 24, 2025
1 parent 4b25c8f commit 9fd7074
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
uses: actions/cache@v4
with:
path: ./cache
key: benchmark-${{ runner.os }}-${{ github.run_id }}
key: benchmark-${{ runner.os }}-${{ github.ref }}
restore-keys: |
benchmark-${{ runner.os }}
benchmark-${{ runner.os }}-
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
Expand All @@ -49,7 +49,6 @@ jobs:
summary-always: true
gh-pages-branch: main
skip-fetch-gh-pages: ${{ github.event_name == 'push' }}
benchmark-data-dir-path: ./cache/benchmarks

docs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 9fd7074

Please sign in to comment.