Skip to content

Commit

Permalink
PE-38709 - PEADM - Centos 8 CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
cathal41 committed Jun 24, 2024
1 parent 4900080 commit 2ced98e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
needs: Spec
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
with:
flags: "--provision-service"
flags: "--provision-service --exclude-platforms '["CentOS-8"]'
secrets: "inherit"
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
needs: Spec
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
with:
flags: "--provision-service"
flags: "--provision-service --exclude-platforms '["CentOS-8"]'"
secrets: "inherit"

0 comments on commit 2ced98e

Please sign in to comment.