From 87c8d56d8755c2d00bd53efecd4d89ca804a4aef Mon Sep 17 00:00:00 2001 From: Ramon Snir Date: Mon, 7 Oct 2024 13:19:30 -0400 Subject: [PATCH] limit concurrency on the usage of the acceptance testing environment --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec2ace0..839f043 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,6 +56,8 @@ jobs: name: Terraform Provider Acceptance Tests needs: build runs-on: ubuntu-latest + concurrency: + group: acc-tests-netlify timeout-minutes: 15 strategy: fail-fast: false