Skip to content

Commit 7564d96

Browse files
committed
Scope prod build concurrency by target env
1 parent 055fa33 commit 7564d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_prod_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
default: false
2020

2121
concurrency:
22-
group: Release-${{ github.ref }}
22+
group: Release-${{ github.ref }}-${{ inputs.target_environment }}
2323
cancel-in-progress: false
2424

2525
permissions:

0 commit comments

Comments
 (0)