Skip to content

Commit

Permalink
ci: save benchmark cache
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Nov 6, 2024
1 parent 3f9eb32 commit 269655d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
skip-fetch-gh-pages: ${{ github.event_name == 'push' }}
benchmark-data-dir-path: ./cache/benchmarks

- name: Save cache
uses: actions/cache/save@v4
with:
path: ./cache
key: ${{ runner.os }}-benchmark

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

0 comments on commit 269655d

Please sign in to comment.