diff --git a/.github/workflows/update-js.yml b/.github/workflows/update-js.yml index 5f77bb58c..a923bd5ed 100644 --- a/.github/workflows/update-js.yml +++ b/.github/workflows/update-js.yml @@ -2,9 +2,9 @@ name: Update JS on: workflow_dispatch: - # Run on a schedule of once per quarter + # At 3:15 PM UTC, on day 1 of the month, only in March and September schedule: - - cron: '15 15 1 */3 *' + - cron: '15 15 1 3,9 *' permissions: {}