diff --git a/.github/workflows/build-and-deploy-to-cloudfront.yaml b/.github/workflows/build-and-deploy-to-cloudfront.yaml index 2425933..70d8c4a 100644 --- a/.github/workflows/build-and-deploy-to-cloudfront.yaml +++ b/.github/workflows/build-and-deploy-to-cloudfront.yaml @@ -82,7 +82,7 @@ on: required: false concurrency_name: type: string - default: "" + default: "build-n-deploy-to-cf" required: false secrets: diff --git a/.github/workflows/build-and-deploy-to-s3-qa.yaml b/.github/workflows/build-and-deploy-to-s3-qa.yaml index 9ef2b5c..eacc379 100644 --- a/.github/workflows/build-and-deploy-to-s3-qa.yaml +++ b/.github/workflows/build-and-deploy-to-s3-qa.yaml @@ -67,7 +67,7 @@ on: required: false concurrency_name: type: string - default: "" + default: "build-n-deploy-to-s3-qa" required: false