Commit d6337fc
committed
fix: run ami builds sequentially
Change the AMI build workflow to run the matrix entries sequentially
instead of all parallel. This should stop them getting cancelled due
to exceeding resource limits.
Fail fast has also been set to false so that if one of the metrix jobs
fails the others continue.
Signed-off-by: Richard Case <richard.case@outlook.com>1 parent d6ed1de commit d6337fc
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
0 commit comments