Merge branch '3' into 4

This commit is contained in:
github-actions 2024-06-04 23:33:46 +00:00
commit 9d7757cb1e

View File

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