Skip to content

Nightly

Nightly #1912

Workflow file for this run

name: Nightly
permissions:
contents: write
packages: write
on:
workflow_dispatch:
schedule:
- cron: "0 5 * * 2-6" # Runs at 5:00 AM UTC, Tuesday through Saturday
jobs:
Nightly:
uses: ./.github/workflows/publish.yml
with:
git_ref: ${{ github.ref }}
channel: nightly
secrets: inherit