mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-12811 Fix CI cache retain workflow's cron schedule string
This commit is contained in:
parent
2007e135f1
commit
e7530bd9ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cache_retain.yml
vendored
2
.github/workflows/cache_retain.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue