mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
MNT Run module-standardiser (#299)
This commit is contained in:
parent
f6c6f2ab5d
commit
20af8cf2f0
4
.github/workflows/update-js.yml
vendored
4
.github/workflows/update-js.yml
vendored
@ -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: {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user