Skip to content

.github/workflows/on_schedule.yaml #75

.github/workflows/on_schedule.yaml

.github/workflows/on_schedule.yaml #75

Workflow file for this run

on:
schedule:
- cron: '0 8 * * SUN'
jobs:
tests:
name: Run Tests
uses: ./.github/workflows/tests.yaml
secrets: inherit