From e7530bd9ff2e7317710a1611f6d6de264143bf6a Mon Sep 17 00:00:00 2001 From: Elango Cheran Date: Fri, 13 Jan 2023 12:46:49 -0800 Subject: [PATCH] ICU-12811 Fix CI cache retain workflow's cron schedule string --- .github/workflows/cache_retain.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.40.0