Merge branch '5' into 6

This commit is contained in:
github-actions 2024-06-04 23:33:22 +00:00
commit 63430d66b6

View File

@ -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: {}