Commit 27bbd01
committed
ci: skip bun cache restore when node_modules hits
The bun install cache (~470MB, ~104k files) only benefits 'bun install'
runs. When node_modules cache hits, we skip install entirely, so
restoring the bun cache wastes ~37 seconds extracting files we never use.
Add condition to only restore bun cache on node_modules miss.1 parent 2f26bed commit 27bbd01
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments