Skip to content

Scheduled CI

Scheduled CI #311

Workflow file for this run

name: Scheduled CI
on:
schedule:
- cron: '0 1 * * *'
workflow_dispatch:
permissions:
contents: read
jobs:
nightly:
uses: ./.github/workflows/CI.yml
secrets: inherit