diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 42ed679a..c5b4b6e0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ on: required: true type: string -concurrency: cd-${{ inputs.environment }} +concurrency: cd-${{inputs.app_name}}-${{ inputs.environment }} jobs: # Don't need to call the build-and-publish workflow since the database-migrations