Skip to content

Commit

Permalink
Merge branch '5' into 6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 4, 2024
2 parents 907679e + 9880b4e commit 7e7af79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Update JS

on:
workflow_dispatch:
# Run on a schedule of once per quarter
# At 5:25 AM UTC, on day 1 of the month, only in March and September
schedule:
- cron: '25 5 1 */3 *'
- cron: '25 5 1 3,9 *'

permissions: {}

Expand Down

0 comments on commit 7e7af79

Please sign in to comment.