From b92c39cdb022beef1806fc37a43eb5fc6c31588d Mon Sep 17 00:00:00 2001 From: Roman Slipchenko Date: Tue, 22 Oct 2024 00:20:24 +0300 Subject: [PATCH] fix(ci): concurrency default name --- .github/workflows/build-and-deploy-to-cloudfront.yaml | 2 +- .github/workflows/build-and-deploy-to-s3-qa.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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