Skip to content

Commit cb720f8

Browse files
author
Sean Thomas
committed
Remove dead variable and add concurrency guard
- Remove unused network_name variable in configure-azure-credentials "Get Azure client id" step (only account_name is used) - Add concurrency key per network to prevent overlapping terraform applies against the same state
1 parent 1b70140 commit cb720f8

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/configure-azure-credentials/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ runs:
5353
run: |
5454
echo "::group::Azure account authentication details"
5555
56-
network_name="${{ steps.get-network-name.outputs.network_name }}"
5756
account_name="${{ steps.get-account-name.outputs.account_name }}"
5857
5958
terraform -chdir=infra/project-config init > /dev/null

.github/workflows/renew-tls-certificates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
renew-certs:
2121
name: Renew certs (${{ matrix.network_name }})
2222
runs-on: ubuntu-latest
23+
concurrency: renew-tls-certs-${{ matrix.network_name }}
2324
strategy:
2425
fail-fast: false
2526
matrix:

0 commit comments

Comments
 (0)