mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-27 23:01:20 +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
|
||||
environment: bicep
|
||||
runs-on: ubuntu-latest
|
||||
concurrency:
|
||||
group: bicep
|
||||
env:
|
||||
LOCATION: eastus
|
||||
DEPLOYMENT_NAME: keyweave-${{ github.run_id }}
|
||||
|
|
Loading…
Reference in a new issue