Skip to content

Scheduled Build

Scheduled Build #35

name: Scheduled Build
on:
schedule:
# Nightly build at 3:00 AM UTC (after metaschema-java at 2:00 AM)
- cron: '0 3 * * *'
workflow_dispatch:
permissions:
actions: read
contents: write
security-events: write
jobs:
nightly:
uses: ./.github/workflows/build.yml
with:
ref: develop
skip_code_scans: true
skip_linkcheck: true
secrets: inherit