From b28cea9da6021b3d2308354f0ef977d0fb4a18ef Mon Sep 17 00:00:00 2001 From: chvmvd <104971044+chvmvd@users.noreply.github.com> Date: Sun, 30 Apr 2023 14:13:12 +0900 Subject: [PATCH] Fix CD concurrency --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 55d1b9af8..025ae2951 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,10 +7,11 @@ on: permissions: contents: write +concurrency: ci-${{ github.ref }} + jobs: build-and-deploy: name: Build and Deploy - concurrency: ci-${{ github.ref }} runs-on: ubuntu-latest steps: - name: Checkout