From 80ff461c243a98a29d335acba2b4fb31f7687cfb Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Fri, 31 May 2024 09:44:35 +1200 Subject: [PATCH] MNT Run module-standardiser (#109) --- .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 edf7ea8..e331e1a 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 AM UTC, on day 1 of the month, only in March and September schedule: - - cron: '15 3 1 */3 *' + - cron: '15 3 1 3,9 *' permissions: {}