Skip to content

Scheduled Tests

Scheduled Tests #160

Workflow file for this run

name: Scheduled Tests
on:
schedule:
- cron: '0 14 * * *' # Run daily at 14:00 UTC
jobs:
tests:
if: github.repository_owner == 'pytest-dev'
uses: ./.github/workflows/tests.yml