From b8639601a151872af37c09429ebfd14e73bcfdf9 Mon Sep 17 00:00:00 2001 From: ibuler Date: Mon, 27 Oct 2025 15:30:49 +0800 Subject: [PATCH] perf: branches auto cleanup --- .github/workflows/cleanup-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup-branches.yml b/.github/workflows/cleanup-branches.yml index 63c3f0d62..01e9a5672 100644 --- a/.github/workflows/cleanup-branches.yml +++ b/.github/workflows/cleanup-branches.yml @@ -34,7 +34,7 @@ jobs: if [ "${{ github.event_name }}" = "workflow_dispatch" ]; then echo "dry_run=${{ github.event.inputs.dry_run }}" >> $GITHUB_OUTPUT else - echo "dry_run=true" >> $GITHUB_OUTPUT + echo "dry_run=false" >> $GITHUB_OUTPUT fi - name: Cleanup branches