Skip to content

Commit

Permalink
fix: set retry max age to 0 (#96)
Browse files Browse the repository at this point in the history
The first deletion will reset the age to 0
  • Loading branch information
Langleu authored Oct 29, 2024
1 parent f350b9d commit 348d8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 348d8ed

Please sign in to comment.