Skip to content

Restore weekly CI job #2

Restore weekly CI job

Restore weekly CI job #2

Workflow file for this run

---
name: Run tests periodically
on: # yamllint disable-line rule:truthy
pull_request:
schedule:
- cron: '40 7 * * 0'
jobs:
pytest:
uses: ./.github/workflows/ci.yaml