@ -12,6 +12,10 @@ on:
aws_task_prefix:
required: true
type: string
concurrency_tag:
required: false
default: ""
environment:
@ -20,7 +24,7 @@ on:
concurrency:
group: deploy-${{ inputs.environment }}
group: deploy-${{ inputs.environment }}${{ inputs.concurrency_tag }}
cancel-in-progress: true
env:
@ -33,6 +33,7 @@ jobs:
aws_account_id: 837698168072
aws_role_prefix: core-dev
aws_task_prefix: core-review-${{ github.event.pull_request.number }}
concurrency_tag: ${{ github.event.pull_request.number }}
environment: review
permissions:
id-token: write