From 8432d03949b7410e88c4e5a3027def3ea7609977 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Wed, 22 Nov 2023 05:21:12 +0100 Subject: [PATCH] feat: add concurrency for bicep --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f2ce024..5247634 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,6 +15,8 @@ jobs: name: Deploy Azure resources environment: bicep runs-on: ubuntu-latest + concurrency: + group: bicep env: LOCATION: eastus DEPLOYMENT_NAME: keyweave-${{ github.run_id }}