Skip to content

.github/workflows/nightly.yml #184

.github/workflows/nightly.yml

.github/workflows/nightly.yml #184

Workflow file for this run

name: "nightly"
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
Spec:
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
with:
runs_on: "ubuntu-20.04"
secrets: "inherit"
Acceptance:
needs: Spec
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
with:
runs_on: "ubuntu-20.04"
secrets: "inherit"
Integration:
needs: Spec
uses: "./.github/workflows/integration_test.yml"

Check failure on line 24 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/integration_test.yml" (source branch with sha:bdecf568a37f502bfcc2870be9448df9979bbe54) : workflow is not reusable as it is missing a `on.workflow_call` trigger