ci: Reduce production suite tarball retention from 14 days to 1.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-02-16 01:04:39 -08:00
committed by Alex Vandiver
parent bf7d3124ab
commit 7cafbefdef

View File

@@ -102,7 +102,7 @@ jobs:
with: with:
name: production-tarball name: production-tarball
path: /tmp/production-build path: /tmp/production-build
retention-days: 14 retention-days: 1
- name: Generate failure report string - name: Generate failure report string
id: failure_report_string id: failure_report_string