Skip to content

Daily Build

Daily Build #26

Workflow file for this run

name: Daily Build
on:
schedule:
- cron: '0 23 * * *' # daily at 23:00 UTC (07:00 CST)
workflow_dispatch:
permissions:
contents: write
jobs:
build:
uses: ./.github/workflows/release_full.yml
with:
release_prefix: nightly
use_fixed_tag: true
secrets: inherit