[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: pull_request:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 4 1 * *' - cron: '0 4 * * 0'
jobs: jobs:
pytest: pytest: