Skip to content

Commit

Permalink
Run tests once/day to test against latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Dec 13, 2024
1 parent 882de31 commit fdd83ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches: [main]
pull_request:
schedule:
- cron: "0 0 * * *" # Once/day

jobs:
versions:
name: Get latest versions
Expand Down

0 comments on commit fdd83ed

Please sign in to comment.