From 732f693e263b06738b8c78ca97ffcbf84364815b Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Mon, 18 May 2026 10:50:23 +0200 Subject: [PATCH] fix(ops): harden branch cleanup workflow with explicit develop ref --- .github/workflows/cleanup_merged_branches.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cleanup_merged_branches.yml b/.github/workflows/cleanup_merged_branches.yml index 472a629b..f50da03c 100644 --- a/.github/workflows/cleanup_merged_branches.yml +++ b/.github/workflows/cleanup_merged_branches.yml @@ -13,6 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: + ref: develop # Operamos sobre develop para usar la lógica de limpieza más reciente fetch-depth: 0 - name: Delete merged branches