MNT Run module-standardiser (#574)

This commit is contained in:
Guy Sartorelli 2024-05-31 09:46:05 +12:00 committed by GitHub
parent 547bbea16d
commit ce4987f566
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,9 +2,9 @@ name: Update JS
on: on:
workflow_dispatch: workflow_dispatch:
# Run on a schedule of once per quarter # At 4:20 PM UTC, on day 1 of the month, only in March and September
schedule: schedule:
- cron: '20 16 1 */3 *' - cron: '20 16 1 3,9 *'
permissions: {} permissions: {}