Skip to content

Schedule

Schedule #77

Workflow file for this run

name: Schedule
on:
schedule:
- cron: '0 0 */1 * *'
jobs:
run-tests:
uses: ./.github/workflows/test.yaml
secrets: inherit