mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-29 07:41:21 +00:00
feat: add concurrency for bicep
This commit is contained in:
parent
38a15a3bcd
commit
8432d03949
1 changed files with 2 additions and 0 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue