Skip to content

Commit aa999ba

Browse files
authored
[CI] Refcache-refresh: Increase default refresh count to 800 (open-telemetry#8342)
1 parent 21112e9 commit aa999ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/refcache-refresh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
inputs:
1818
number_of_entries_to_refresh:
1919
description: Number of (oldest) refcache entries to refresh.
20-
default: &default_refresh_count 512
20+
default: &default_refresh_count 800
2121
type: number
2222
prune_more_in_same_PR:
2323
description: Prune more entries from existing PR branch (if any).

0 commit comments

Comments
 (0)