Skip to content

Commit

Permalink
Run CI weekly to catch issues with new dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Oct 26, 2024
1 parent 3cd4e6e commit 9dfa14e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
tags: 'v[0-9]+![0-9]+.[0-9]+.[0-9]+*'
pull_request:
branches: "*"
schedule:
# run every Saturday at 11 EST / 12 EDT
# because new Pydantic versions keep breaking things :(
- cron: 0 16 * * 6

permissions:
contents: read
Expand Down

0 comments on commit 9dfa14e

Please sign in to comment.