Skip to content

Nightly Build (on GitHub hosted) #137

Nightly Build (on GitHub hosted)

Nightly Build (on GitHub hosted) #137

name: scheduled nightly build
run-name: Nightly Build ${{ (vars.RUNS_ON_SELF_HOSTED == null && '(on GitHub hosted)') || '(on self-hosted)' }}
on:
workflow_dispatch:
schedule:
- cron: '0 15 * * *'
permissions:
contents: read
jobs:
build:
uses: ./.github/workflows/deliver-prod.yml
secrets: inherit
with:
upload: false