From f78eba167aefd5a26926cc422b31f92343bdc07b Mon Sep 17 00:00:00 2001 From: Kevin Cross Date: Tue, 13 Dec 2022 17:13:45 +0700 Subject: [PATCH] changed the cleanup timer to 10pm so that it does not get in the way of the incoming renovate+dependabot commits --- ci/autoscaler/pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/autoscaler/pipeline.yml b/ci/autoscaler/pipeline.yml index ce5e229937..14252ef07d 100644 --- a/ci/autoscaler/pipeline.yml +++ b/ci/autoscaler/pipeline.yml @@ -100,6 +100,10 @@ resource_types: resources: - name: every-night type: time + source: + start: 10:00 PM + location: "Europe/Berlin" + - name: ci type: git icon: github