name: Nightly tests
on:
schedule:
- cron: '1 0 * * *' # Run daily at 0:01 UTC
jobs:
tests:
if: github.repository_owner == 'pytest-dev'
uses: ./.github/workflows/tests.yml