[CI] Run pytest workflows once per week

This commit is contained in:
Fabian Joswig 2026-02-03 18:15:14 +01:00
commit d495814031

View file

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