Skip to content

Commit 41302c6

Browse files
committed
exclude platforms unsupported by CI
1 parent 7fe585d commit 41302c6

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
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
2020
with:
2121
runs_on: "ubuntu-24.04"
22-
flags: "--nightly"
22+
flags: "--nightly --platform-exclude centos-7 --platform-exclude oraclelinux-7 --platform-exclude scientific-7"
2323
secrets: "inherit"

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
1919
with:
2020
runs_on: "ubuntu-24.04"
21-
flags: "--nightly"
21+
flags: "--nightly --platform-exclude centos-7 --platform-exclude oraclelinux-7 --platform-exclude scientific-7"
2222
secrets: "inherit"
2323

2424
Integration:

0 commit comments

Comments
 (0)