Skip to content

Scheduled build

Scheduled build #741

Workflow file for this run

name: Scheduled build
on:
schedule:
- cron: "32 23 * * 6"
workflow_dispatch:
permissions:
contents: read
jobs:
main:
uses: ./.github/workflows/test.yml