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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: