We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3f3e1 commit f2894cfCopy full SHA for f2894cf
.github/workflows/ci.yml
@@ -19,5 +19,5 @@ jobs:
19
needs: Spec
20
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
21
with:
22
- flags: "--provision-service --exclude-platforms '["CentOS-8"]'"
+ flags: "--provision-service"
23
secrets: "inherit"
.github/workflows/nightly.yml
@@ -18,5 +18,5 @@ jobs:
18
metadata.json
@@ -69,8 +69,7 @@
69
{
70
"operatingsystem": "CentOS",
71
"operatingsystemrelease": [
72
- "7",
73
- "8"
+ "7"
74
]
75
},
76
0 commit comments