Skip to content

Commit 2bf474b

Browse files
authored
fix: fix pipeline mode to QUEUED (#59)
1 parent ee7da13 commit 2bf474b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emd/cfn/codepipeline/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Resources:
262262
- Name: CreateTime
263263
- Name: Region
264264
PipelineType: V2
265-
ExecutionMode: PARALLEL
265+
ExecutionMode: QUEUED
266266
Stages:
267267
- Name: Source
268268
Actions:

0 commit comments

Comments
 (0)