Skip to content

(RE-16872) add support for PE 2025.3.0 and 2023.8.3 #795

(RE-16872) add support for PE 2025.3.0 and 2023.8.3

(RE-16872) add support for PE 2025.3.0 and 2023.8.3 #795

Workflow file for this run

---
name: ci
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
Spec:
if: ${{ github.repository_owner == 'puppetlabs' }}
uses: puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main
secrets: inherit
Acceptance:
if: ${{ github.repository_owner == 'puppetlabs' }}
needs: Spec
uses: puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main
with:
flags: --provision-service
secrets: inherit