ci: scheduled pytest workflow once a day.

This commit is contained in:
Fabian Joswig 2021-12-08 19:54:03 +00:00
parent ae53daa915
commit 5c9a521c29

View file

@ -6,6 +6,8 @@ on:
- master
- develop
pull_request:
schedule:
- cron: '0 4 * * *'
jobs:
pytest: