From 01c4663b635b6fdbfa53681642e870a5275b813d Mon Sep 17 00:00:00 2001 From: Langleu Date: Tue, 29 Oct 2024 09:27:13 +0100 Subject: [PATCH] fix: set retry max age to 0 The first deletion will reset the age to 0 --- .github/workflows/daily-cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily-cleanup.yml b/.github/workflows/daily-cleanup.yml index 20a59bd..2ff2815 100644 --- a/.github/workflows/daily-cleanup.yml +++ b/.github/workflows/daily-cleanup.yml @@ -88,7 +88,7 @@ jobs: with: tf-bucket: ${{ env.TF_S3_BUCKET }} tf-bucket-region: ${{ env.TF_S3_REGION }} - max-age-hours-cluster: ${{ env.MAX_AGE_HOURS_CLUSTER }} + max-age-hours-cluster: 0 # the previous step alters the age and resets it to 0 - name: Notify in Slack in case of failure id: slack-notification