PE-38801 Task added to fetch rules for PE Infrastructure Agent group and warn user that they will be replaced #388
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |