Skip to content

Commit

Permalink
ICU-22711 Set EnvTest frequency to nightly in March/April/Sept/Oct
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankYFTang committed Mar 26, 2024
1 parent 8a1df5a commit 869cc60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/icu_envtest.yml
Expand Up @@ -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
Expand Down

0 comments on commit 869cc60

Please sign in to comment.