mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-06 13:14:25 +08:00
CICD: Use GHA concurrency groups to prevent tests from clobbering each other (#2654)
This commit is contained in:
parent
69fb3b26d3
commit
51104ce775
1 changed files with 2 additions and 1 deletions
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue