We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055fa33 commit 7564d96Copy full SHA for 7564d96
1 file changed
.github/workflows/build_prod_template.yml
@@ -19,7 +19,7 @@ on:
19
default: false
20
21
concurrency:
22
- group: Release-${{ github.ref }}
+ group: Release-${{ github.ref }}-${{ inputs.target_environment }}
23
cancel-in-progress: false
24
25
permissions:
0 commit comments