Merge branch '4' into 5

This commit is contained in:
github-actions 2024-06-04 22:43:35 +00:00
commit c538aec9a8

View File

@ -2,9 +2,9 @@ name: Update JS
on: on:
workflow_dispatch: 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: schedule:
- cron: '50 10 1 */3 *' - cron: '50 10 1 3,9 *'
permissions: {} permissions: {}