MNT Run module-standardiser (#760)

This commit is contained in:
Guy Sartorelli 2024-05-31 09:43:04 +12:00 committed by GitHub
parent cbc56495b1
commit 5c603b246e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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