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 35decbd commit ab0fbcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches: ['main']
pull_request:
schedule:
- cron: '37 6 * * 5'

jobs:
test:
Expand Down

0 comments on commit ab0fbcd

Please sign in to comment.