Skip to content

Commit

Permalink
Merge branch '3' into 4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 4, 2024
2 parents be5cf9d + 80ff461 commit 1046cc8
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 3:15 AM UTC, on day 1 of the month, only in March and September
schedule:
- cron: '15 3 1 */3 *'
- cron: '15 3 1 3,9 *'

permissions: {}

Expand Down

0 comments on commit 1046cc8

Please sign in to comment.