ICU-12811 Fix CI cache retain workflow's cron schedule string

This commit is contained in:
Elango Cheran 2023-01-13 12:46:49 -08:00
parent 2007e135f1
commit e7530bd9ff

View file

@ -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: