Skip to content

Nightly Build

Nightly Build #324

Workflow file for this run

name: Nightly Build
on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:
jobs:
nightly:
if: github.repository == 'jacklul/entware-pi-hole'
permissions:
contents: write
uses: jacklul/entware-pi-hole/.github/workflows/build.yml@develop
with:
NIGHTLY: true
#secrets: inherit
#runs-on: ubuntu-latest
#permissions:
# actions: write
#steps:
# - name: Trigger build on develop branch
# uses: benc-uk/workflow-dispatch@v1
# with:
# workflow: build.yml
# ref: develop
# inputs: '{ "NIGHTLY": "true" }'