Skip to content

Commit

Permalink
MNT Run module-standardiser (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed May 30, 2024
1 parent 5449a3c commit 8764956
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 6:30 PM UTC, on day 1 of the month, only in March and September
schedule:
- cron: '30 18 1 */3 *'
- cron: '30 18 1 3,9 *'

permissions: {}

Expand Down

0 comments on commit 8764956

Please sign in to comment.