From: Elango Cheran Date: Fri, 13 Jan 2023 20:46:49 +0000 (-0800) Subject: ICU-12811 Fix CI cache retain workflow's cron schedule string X-Git-Tag: cldr/2023-02-02~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7530bd9ff2e7317710a1611f6d6de264143bf6a;p=icu ICU-12811 Fix CI cache retain workflow's cron schedule string --- 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: