diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e416c72c..b7642f8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,11 +8,13 @@ on: jobs: Spec: + name: "Spec" if: ${{ github.event.pull_request.draft == false }} && ${{ github.repository_owner == 'puppetlabs' }} uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main" secrets: "inherit" Acceptance: + name: "Acceptance" if: ${{ github.event.pull_request.draft == false }} && ${{ github.repository_owner == 'puppetlabs' }} uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main" with: