Skip to content

Daily Build

Daily Build #17

Workflow file for this run

name: Daily Build
on:
# run daily at 8:30am
schedule:
- cron: '30 8 * * *'
# allow manual runs
workflow_dispatch:
permissions:
contents: read
jobs:
build-daily:
uses: ./.github/workflows/debos.yml
test-daily:
uses: ./.github/workflows/test.yml
needs: build-nightly

Check failure on line 18 in .github/workflows/build-daily.yml

View workflow run for this annotation

GitHub Actions / Daily Build

Invalid workflow file

The workflow is not valid. .github/workflows/build-daily.yml (Line: 18, Col: 12): Job 'test-daily' depends on unknown job 'build-nightly'.
secrets: inherit
with:
url: ${{ needs.build-daily.outputs.artifacts_url }}