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:
3
.github/workflows/pr_test.yml
vendored
3
.github/workflows/pr_test.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user