Skip to content

Scheduled build

Scheduled build #15

Workflow file for this run

name: Scheduled build
on:
schedule:
- cron: "42 2 * * 0"
workflow_dispatch:
jobs:
main:
uses: ./.github/workflows/test.yml