Skip to content

Commit

Permalink
MNT Run module-standardiser
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed May 29, 2024
1 parent b7f0683 commit 56d2033
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 56d2033

Please sign in to comment.