We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a47194 commit 285a486Copy full SHA for 285a486
.github/workflows/ci.yml
@@ -56,6 +56,9 @@ jobs:
56
matrix:
57
setfile: ${{fromJson(needs.setup_matrix.outputs.beaker_setfiles)}}
58
puppet: ${{fromJson(needs.setup_matrix.outputs.puppet_major_versions)}}
59
+ exclude:
60
+ - setfile: centos8-64{hostname=centos8-64.example.com}
61
+ puppet: puppet5
62
name: ${{ matrix.puppet.name }} - ${{ matrix.setfile.name }}
63
steps:
64
- name: Enable IPv6 on docker
.sync.yml
@@ -1,3 +1,7 @@
1
---
2
+.github/workflows/ci.yml:
3
+ excludes:
4
5
6
spec/spec_helper_acceptance.rb:
7
unmanaged: false
0 commit comments