diff --git a/scripts/cms-any/update-js.php b/scripts/cms-any/update-js.php index 9577b08..cb399cd 100644 --- a/scripts/cms-any/update-js.php +++ b/scripts/cms-any/update-js.php @@ -8,14 +8,18 @@ // run on a 1st of the month $runOnDay = 1; +// Runs every 6 months, one month before a scheduled minor release +$cron = "$runOnMinute $runOnHour $runOnDay 3/9 *"; +$humanCron = human_cron($cron); + $content = <<