Skip to content

Commit dc26ae5

Browse files
committed
github: Only test hardened-refpolicy on distro gentoo
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
1 parent 4c84adb commit dc26ae5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-policy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
# matrix updates must also be duplicated to validate-policy.yml and diff-policy.yml
33-
distro: ["redhat", "debian", "gentoo"]
33+
distro: ["gentoo"]
3434
type: ["standard", "mcs", "mls"]
3535
monolithic: ["y", "n"]
3636
systemd: ["y", "n"]

.github/workflows/validate-policy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
distro: ["redhat", "debian", "gentoo"]
17+
distro: ["gentoo"]
1818
type: ["standard", "mcs", "mls"]
1919
monolithic: ["y", "n"]
2020
systemd: ["y", "n"]

0 commit comments

Comments
 (0)