Skip to content

Commit 3b95d34

Browse files
committed
refactor: remove cache configuration for persistent storage in CI Doctor
1 parent ff5a15f commit 3b95d34

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

workflows/ci-doctor.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,10 @@ safe-outputs:
2121
add-comment:
2222

2323
tools:
24+
cache-memory: true
2425
web-fetch:
2526
web-search:
2627

27-
# Cache configuration for persistent storage between runs
28-
cache:
29-
key: investigation-memory-${{ github.repository }}
30-
path:
31-
- /tmp/memory
32-
- /tmp/investigation
33-
restore-keys:
34-
- investigation-memory-${{ github.repository }}
35-
- investigation-memory-
36-
3728
timeout_minutes: 10
3829

3930
---

0 commit comments

Comments
 (0)