Skip to content

skip unit tests

skip unit tests #174

Workflow file for this run

name: "ci"

Check failure on line 1 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

(Line: 14, Col: 3): The workflow must contain at least one job with no dependencies.
on:
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
# Spec:
# uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
# secrets: "inherit"
Acceptance:
needs: Spec
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@MAINT-GCP_troubleshooting"
secrets: "inherit"
with:
flags: "--nightly --platform-include redhat-8"