Skip to content

Commit adaa84d

Browse files
committed
tweak: Always upload debug logs to Gitlab
1 parent 05fc20b commit adaa84d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab/benchmarks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
name: "reports"
2121
paths:
2222
- reports/
23-
expire_in: 3 months
23+
expire_in: 1 month
24+
when: always
2425
variables:
2526
UPSTREAM_PROJECT_ID: $CI_PROJECT_ID # The ID of the current project. This ID is unique across all projects on the GitLab instance.
2627
UPSTREAM_PROJECT_NAME: $CI_PROJECT_NAME # "dd-trace-java"

0 commit comments

Comments
 (0)