always process the last 3 days
This commit is contained in:
parent
7617c25713
commit
251e6e7b87
1 changed files with 12 additions and 12 deletions
|
|
@ -35,7 +35,7 @@ steps:
|
|||
ARCH: amd64
|
||||
NCPUS: 1
|
||||
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-ubuntu-2404:/mnt/cache
|
||||
commands:
|
||||
|
|
|
|||
Loading…
Reference in a new issue