Skip to content

Nightly

Nightly #49

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-simplified.yml

Check failure on line 14 in .github/workflows/nightly.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nightly.yml

Invalid workflow file

error parsing called workflow ".github/workflows/nightly.yml" -> "./.github/workflows/publish-simplified.yml" : failed to fetch workflow: workflow was not found.
with:
git_ref: ${{ github.ref }}
channel: nightly
secrets: inherit