From 6e1eba9cdea59edfda72d03e8d7e5fe06efbddd6 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Thu, 30 May 2024 10:18:16 +1200 Subject: [PATCH] MNT Run module-standardiser --- .github/workflows/update-js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-js.yml b/.github/workflows/update-js.yml index 8fce781..1fd09d3 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 11:55 AM UTC, on day 1 of the month, only in March and September schedule: - - cron: '55 11 1 */3 *' + - cron: '55 11 1 3,9 *' permissions: {}