ci: pytest workflow scheduled to run once a month.

This commit is contained in:
Fabian Joswig 2021-12-09 07:37:42 +00:00
parent 53cea6267d
commit f30fcbd4d9

View file

@ -7,7 +7,7 @@ on:
- develop
pull_request:
schedule:
- cron: '0 4 * * *'
- cron: '0 4 1 * *'
jobs:
pytest: