From 869cc60f3cc59c5d480dceebff0a9623b8b9ed96 Mon Sep 17 00:00:00 2001 From: Frank Tang Date: Tue, 26 Mar 2024 15:09:26 -0700 Subject: [PATCH] ICU-22711 Set EnvTest frequency to nightly in March/April/Sept/Oct --- .github/workflows/icu_envtest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/icu_envtest.yml b/.github/workflows/icu_envtest.yml index 198fd49968d..b88aac33bb0 100644 --- a/.github/workflows/icu_envtest.yml +++ b/.github/workflows/icu_envtest.yml @@ -14,6 +14,9 @@ on: schedule: # This cron schedule is set to run 10:23 UTC every SAT - cron: '23 10 * * SAT' + # In addition, during the major release cycle (in March/April, September/October), + # this cron schedule is set to run 10:21 UTC every Workday and Sunday. + - cron: '21 10 * MAR,APR,SEP,OCT MON-FRI,SUN' permissions: contents: read