Skip to content

Commit a36900a

Browse files
authoredOct 9, 2024
Merge pull request #5145 from richardcase/ami_workflow_sequentialjobs
🌱 fix: run ami builds sequentially
2 parents d6ed1de + d6337fc commit a36900a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.github/workflows/build-ami.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ permissions:
3636
jobs:
3737
buildandpublish:
3838
strategy:
39-
matrix:
40-
target: ['ubuntu-2204', 'ubuntu-2404', 'flatcar', 'rhel-8']
39+
matrix:
40+
target: ['ubuntu-2204', 'ubuntu-2404', 'flatcar', 'rhel-8']
41+
max-parallel: 1
42+
fail-fast: false
4143
name: Build and publish CAPA AMIs
4244
runs-on: ubuntu-latest
4345
steps:

0 commit comments

Comments
 (0)