Skip to content

Commit 623e998

Browse files
authored
Set cleaner to a false dry run (#35500)
1 parent 9487042 commit 623e998

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.test-infra/tools/stale_cleaner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,4 +334,4 @@ def _delete_resource(self, resource_name: str) -> None:
334334
cleaner.refresh()
335335

336336
# Delete stale resources
337-
cleaner.delete_stale()
337+
cleaner.delete_stale(dry_run=False)

0 commit comments

Comments
 (0)