From 364b3b0f482ff3a83a15857d9891519eae5a689d Mon Sep 17 00:00:00 2001 From: Loren Yu Date: Fri, 16 Feb 2024 11:22:00 -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