diff --git a/.github/workflows/branch_cleanup.yml b/.github/workflows/branch_cleanup.yml index cbda19318f..5cb9e7fccc 100644 --- a/.github/workflows/branch_cleanup.yml +++ b/.github/workflows/branch_cleanup.yml @@ -17,5 +17,5 @@ jobs: # ignore-branches: "" ignored-prefixes: "maintenance/" last-commit-age-days: 90 - dry-run: true + dry-run: false rate-limit: true \ No newline at end of file