Skip to content

Commit 47dc3e2

Browse files
committed
limit concurrency on the usage of the acceptance testing environment
1 parent e602c34 commit 47dc3e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
name: Terraform Provider Acceptance Tests
5757
needs: build
5858
runs-on: ubuntu-latest
59+
concurrency:
60+
group: acc-tests-netlify
5961
timeout-minutes: 15
6062
strategy:
6163
fail-fast: false

0 commit comments

Comments
 (0)