File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 23
23
make-default-target :
24
24
runs-on : ubuntu-latest
25
25
strategy :
26
+ fail-fast : false # it's helpful to know if only one of these fails
26
27
matrix :
27
28
container-runner : ["docker", "podman"]
28
29
steps :
47
48
make-generation-from-contributing-guide :
48
49
runs-on : ubuntu-latest
49
50
strategy :
51
+ fail-fast : false # it's helpful to know if only one of these fails
50
52
matrix :
51
53
container-runner : ["docker", "podman"]
52
54
steps :
68
70
make-check-policies-from-contributing-guide :
69
71
runs-on : ubuntu-latest
70
72
strategy :
73
+ fail-fast : false # it's helpful to know if only one of these fails
71
74
matrix :
72
75
container-runner : ["docker", "podman"]
73
76
steps :
89
92
make-check-from-contributing-guide :
90
93
runs-on : ubuntu-latest
91
94
strategy :
95
+ fail-fast : false # it's helpful to know if only one of these fails
92
96
matrix :
93
97
container-runner : ["docker", "podman"]
94
98
steps :
You can’t perform that action at this time.
0 commit comments