ICU-22711 Set EnvTest frequency to nightly in March/April/Sept/Oct

This commit is contained in:
Frank Tang 2024-03-26 15:09:26 -07:00 committed by Frank Yung-Fong Tang
parent 8a1df5a7f4
commit 869cc60f3c

View file

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