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 ab42e95 commit c9a586cCopy full SHA for c9a586c
.github/workflows/ci.yml
@@ -15,5 +15,5 @@ jobs:
15
needs: Spec
16
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
17
with:
18
- flags: "--nightly --platform-exclude redhat-9-arm --platform-exclude ubuntu-22.04-arm"
+ flags: "--nightly --platform-exclude '.*-arm'"
19
secrets: "inherit"
.github/workflows/nightly.yml
@@ -14,5 +14,5 @@ jobs:
14
+ flags: "--nightly '.*-arm'"
0 commit comments