mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
Merge branch '5' into 6
This commit is contained in:
commit
63430d66b6
4
.github/workflows/update-js.yml
vendored
4
.github/workflows/update-js.yml
vendored
@ -2,9 +2,9 @@ name: Update JS
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
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:
|
schedule:
|
||||||
- cron: '15 3 1 */3 *'
|
- cron: '15 3 1 3,9 *'
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user