diff --git a/.github/workflows/cache_retain.yml b/.github/workflows/cache_retain.yml index 100ad02b839..d8039efdce3 100644 --- a/.github/workflows/cache_retain.yml +++ b/.github/workflows/cache_retain.yml @@ -24,7 +24,7 @@ on: schedule: # Because the Github Actions cache eviction policy is every 7 days, # this cron schedule is set to run every 6 days to ensure retention - - cron: '0 12 0/6 * *' + - cron: '0 12 */6 * *' jobs: retain-maven-cache: