mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-26 17:42:24 +02:00
Use unique cache keys
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user