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 49ebfc3 commit f6e4a72Copy full SHA for f6e4a72
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Setup Acceptance Test Matrix
40
id: get-matrix
41
run: |
42
- bundle exec matrix_from_metadata_v2
+ bundle exec matrix_from_metadata_v2 --exclude-platforms '["Ubuntu-22.04-arm", "RedHat-9-arm"]'
43
44
Acceptance:
45
name: "${{matrix.platforms.label}}, ${{matrix.collection}}"
.github/workflows/nightly.yml
@@ -38,7 +38,7 @@ jobs:
38
0 commit comments