(CONT-229) - Implement reusable workflows
[puppet-modules/puppetlabs-apt.git] / .github / workflows / nightly.yml
1 name: "nightly"
2
3 on:
4   schedule:
5     - cron: "0 0 * * *"
6   workflow_dispatch:
7
8 jobs:
9   Spec:
10     uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
11     secrets: "inherit"
12
13   Acceptance:
14     needs: Spec
15     uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
16     secrets: "inherit"
17