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

@ -34,7 +34,7 @@ steps:
PLATFORM: ubuntu-2404
ARCH: arm64
NCPUS: 2
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 90)
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 6)
# volumes:
# - arm64-binaries-r-dep-cache-ubuntu-2404:/mnt/cache
commands: