Skip to content

Commit

Permalink
Run CI suite every Monday morning at 3am
Browse files Browse the repository at this point in the history
This should help flag any issues with new releases of our dependencies
(when we've got unlocked upper bounds on our dependencies).
  • Loading branch information
samuelhwilliams committed Jul 28, 2024
1 parent e82092d commit 998fae4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
- 'docs/**'
- '*.md'
- '*.rst'
schedule:
- cron: '0 3 * * 1'
jobs:
tests:
name: ${{ matrix.tox == 'normal' && format('py{0}', matrix.python) || matrix.tox }}
Expand Down

0 comments on commit 998fae4

Please sign in to comment.