Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Sep 17, 2024
1 parent c15cd7f commit 350d30c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
uses: actions/cache@v4
with:
path: ./cache
key: ${{ runner.os }}-benchmark-${{ github.ref }} // cache against branch name
key: ${{ runner.os }}-benchmark-${{ github.ref }}


# Run `github-action-benchmark` action
- name: Store benchmark result
Expand All @@ -38,6 +39,7 @@ jobs:
skip-fetch-gh-pages: true
github-token: ${{ secrets.GITHUB_TOKEN }}

# Save the benchmark result to cache - we always want to do this, which is not the default cache behavior
- name: Save branch results
uses: actions/cache/save@v4
with:
Expand Down

0 comments on commit 350d30c

Please sign in to comment.