From c676254d670b2f2a02a37c8bdacd803114a906b5 Mon Sep 17 00:00:00 2001 From: Airike Jaska <95303654+airikej@users.noreply.github.com> Date: Tue, 17 Feb 2026 09:19:58 +0200 Subject: [PATCH] chore: increase branch retention to 30 days #514 --- .github/workflows/list-storybook-branches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/list-storybook-branches.sh b/.github/workflows/list-storybook-branches.sh index d2d5c9eed..a28b2a405 100755 --- a/.github/workflows/list-storybook-branches.sh +++ b/.github/workflows/list-storybook-branches.sh @@ -1,7 +1,7 @@ #!/bin/bash # Number of days to check -DAYS=10 +DAYS=30 # Get the current date in seconds since epoch CURRENT_DATE=$(date +%s)