mirror of https://github.com/zulip/zulip.git
ci: Reduce production suite tarball retention from 14 days to 1.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
bf7d3124ab
commit
7cafbefdef
|
@ -102,7 +102,7 @@ jobs:
|
|||
with:
|
||||
name: production-tarball
|
||||
path: /tmp/production-build
|
||||
retention-days: 14
|
||||
retention-days: 1
|
||||
|
||||
- name: Generate failure report string
|
||||
id: failure_report_string
|
||||
|
|
Loading…
Reference in New Issue