Skip to content

Commit 2ced98e

Browse files
committed
PE-38709 - PEADM - Centos 8 CI failures
1 parent 4900080 commit 2ced98e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
needs: Spec
2020
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
2121
with:
22-
flags: "--provision-service"
22+
flags: "--provision-service --exclude-platforms '["CentOS-8"]'
2323
secrets: "inherit"

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
needs: Spec
1919
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
2020
with:
21-
flags: "--provision-service"
21+
flags: "--provision-service --exclude-platforms '["CentOS-8"]'"
2222
secrets: "inherit"

0 commit comments

Comments
 (0)