From 35915ef3c5b6c4d0f275b370adf5fd4c73b0f427 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 26 Apr 2026 16:36:02 +0200 Subject: [PATCH] enable dry run --- .github/workflows/releases-cleanup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/releases-cleanup.yml b/.github/workflows/releases-cleanup.yml index 287e19ab3..cfc2b7082 100644 --- a/.github/workflows/releases-cleanup.yml +++ b/.github/workflows/releases-cleanup.yml @@ -13,8 +13,8 @@ jobs: contents: write # required to delete releases and tags env: - DELETE_RELEASES: true - DELETE_TAGS: true + DELETE_RELEASES: false + DELETE_TAGS: false KEEP_COUNT: 2 # number of newest pre-releases/tags to keep steps: