always process the last 3 days

This commit is contained in:
Patrick Schratz 2025-03-23 16:27:32 +01:00
commit 251e6e7b87
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -35,7 +35,7 @@ steps:
ARCH: amd64
NCPUS: 2
STRATEGY: sequential
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 90)
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 6)
# volumes:
# - amd64-binaries-r-dep-cache-alpine-321:/mnt/cache
commands: