1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

CICD: Use GHA concurrency groups to prevent tests from clobbering each other (#2654)

This commit is contained in:
Tom Limoncelli
2023-11-28 07:06:14 -05:00
committed by GitHub
parent 69fb3b26d3
commit 51104ce775

View File

@@ -171,7 +171,8 @@ jobs:
TRANSIP_ACCOUNT_NAME: ${{ secrets.TRANSIP_ACCOUNT_NAME }}
TRANSIP_PRIVATE_KEY: ${{ secrets.TRANSIP_PRIVATE_KEY }}
concurrency: ${{ matrix.provider }}
concurrency:
group: ${{ github.workflow }}-${{ matrix.provider }}
strategy:
fail-fast: false
matrix: