Skip to content

Scheduled tests

Scheduled tests #13

Workflow file for this run

---
name: Scheduled tests
on:
schedule:
- cron: '0 0 1 * *'
jobs:
pytest:
uses: ./.github/workflows/template_test.yml
secrets: inherit