Skip to content

Nightly

Nightly #1477

Workflow file for this run

name: Nightly
on:
workflow_dispatch:
schedule:
- cron: "0 4 * * *"
jobs:
Nightly:
uses: ./.github/workflows/publish.yml
with:
git_ref: ${{ github.ref }}
channel: nightly
secrets: inherit