feat: add concurrency for bicep

This commit is contained in:
Bart van der Braak 2023-11-22 05:21:12 +01:00
parent 38a15a3bcd
commit 8432d03949

View file

@ -15,6 +15,8 @@ jobs:
name: Deploy Azure resources name: Deploy Azure resources
environment: bicep environment: bicep
runs-on: ubuntu-latest runs-on: ubuntu-latest
concurrency:
group: bicep
env: env:
LOCATION: eastus LOCATION: eastus
DEPLOYMENT_NAME: keyweave-${{ github.run_id }} DEPLOYMENT_NAME: keyweave-${{ github.run_id }}