Skip to content

Commit

Permalink
feat: Run Github CI action py.test every month
Browse files Browse the repository at this point in the history
* Run unit tests every month to catch new regressions just in time
  • Loading branch information
jirihnidek committed Jul 2, 2024
1 parent 6765c53 commit 9bcba5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: pytest
on:
pull_request:
workflow_dispatch:
schedule:
# at 6:00 every 1st of the month
- cron: 0 6 1 * *

jobs:
pytest:
Expand Down

0 comments on commit 9bcba5c

Please sign in to comment.