From c01d218f478a564502938951b38b86673ad7f51f Mon Sep 17 00:00:00 2001 From: Loren Yu Date: Fri, 16 Feb 2024 11:22:16 -0800 Subject: [PATCH] Allow multiple apps to deploy concurrently --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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