Skip to content

Commit

Permalink
Add weekly scheduled CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jan 10, 2025
1 parent 97f758f commit d8ed524
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
push:
branches: [main, 0.5.x]
pull_request:
schedule:
- cron: "38 6 * * 5"

jobs:
lint:
Expand Down

0 comments on commit d8ed524

Please sign in to comment.