Don't keep artifacts for so long

Keep them for 30 days instead of the default 90.
This commit is contained in:
June 2024-01-20 21:39:22 +01:00
parent f6567bffb2
commit 598e110641
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -51,6 +51,7 @@
};
actions = {
ENABLED = true;
ARTIFACT_RETENTION_DAYS = 30;
};
mailer = {
ENABLED = true;