Skip to content

Commit

Permalink
Use unique cache keys
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Sep 13, 2024
1 parent e8cb656 commit 55d79b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- name: Save outputs
uses: actions/cache/save@v4
with:
key: ${{ runner.os }}-benchmark-baseline
key: ${{ runner.os }}-benchmark-baseline-${{ env.GITHUB_SHA }}
path: |
libs/langgraph/out/benchmark-baseline.json
2 changes: 2 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
uses: actions/cache/restore@v4
with:
key: ${{ runner.os }}-benchmark-baseline
restore-keys: |
${{ runner.os }}-benchmark-baseline-
fail-on-cache-miss: true
path: |
libs/langgraph/out/benchmark-baseline.json
Expand Down

0 comments on commit 55d79b1

Please sign in to comment.