Skip to content

Commit

Permalink
Add scheduled CI runs every week
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored and chris-laplante committed Aug 11, 2023
1 parent c0ea468 commit 75fca29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches: ['main']
pull_request:
schedule:
- cron: "43 6 * * 5"

jobs:
test:
Expand Down

0 comments on commit 75fca29

Please sign in to comment.