Skip to content

Commit

Permalink
Merge branch '6' into 7
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jun 11, 2024
2 parents fc9cb66 + ee700e4 commit acf1a90
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 84 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 7:35 AM UTC, on day 1 of the month, only in March and September
schedule:
- cron: '35 7 1 */3 *'
- cron: '35 7 1 3,9 *'

permissions: {}

Expand Down
Loading

0 comments on commit acf1a90

Please sign in to comment.