Skip to content

Cron Test

Cron Test #113

Workflow file for this run

name: Cron Test
on:
schedule:
# Run every Tuesday at 10:30.
- cron: "30 10 * * 2"
jobs:
prerequisites:
uses: ./.github/workflows/test.yml