Skip to content

Commit 991431f

Browse files
xuanyang15copybara-github
authored andcommitted
docs: Fix ADK release analyzer session db saving error
Co-authored-by: Xuan Yang <xygoogle@google.com> PiperOrigin-RevId: 932518922
1 parent e90b119 commit 991431f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/analyze-releases-for-adk-docs-updates.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
uses: actions/cache/restore@v4
5353
with:
5454
path: contributing/samples/adk_team/adk_documentation/adk_release_analyzer/sessions.db
55-
key: analyzer-session-db
55+
key: analyzer-session-db-${{ github.run_id }}-${{ github.run_attempt }}
56+
restore-keys: |
57+
analyzer-session-db-
5658
5759
- name: Run Analyzing Script
5860
env:
@@ -88,4 +90,4 @@ jobs:
8890
uses: actions/cache/save@v4
8991
with:
9092
path: contributing/samples/adk_team/adk_documentation/adk_release_analyzer/sessions.db
91-
key: analyzer-session-db
93+
key: analyzer-session-db-${{ github.run_id }}-${{ github.run_attempt }}

0 commit comments

Comments
 (0)