We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9487042 commit 623e998Copy full SHA for 623e998
1 file changed
.test-infra/tools/stale_cleaner.py
@@ -334,4 +334,4 @@ def _delete_resource(self, resource_name: str) -> None:
334
cleaner.refresh()
335
336
# Delete stale resources
337
- cleaner.delete_stale()
+ cleaner.delete_stale(dry_run=False)
0 commit comments