Skip to content

Commit

Permalink
Merge pull request #781 from yarikoptic/enh-ci
Browse files Browse the repository at this point in the history
Run tests weekly to ensure we are still good
  • Loading branch information
yarikoptic committed Sep 13, 2024
2 parents a0a3635 + 84694c1 commit ca24297
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Test
on:
pull_request:
push:
schedule:
# run weekly to ensure that we are still good
- cron: '1 2 * * 3'

jobs:
test:
Expand Down

0 comments on commit ca24297

Please sign in to comment.