Merge branch '5' into 6

This commit is contained in:
github-actions 2024-06-04 23:33:41 +00:00
commit 5600cfd6f8

View File

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