[CI] Run pytest workflows once per week (#280)

This commit is contained in:
Fabian Joswig 2026-03-29 20:43:59 +02:00 committed by GitHub
commit 23d2629801
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: