Skip to content

Commit

Permalink
limit concurrency on the usage of the acceptance testing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonsnir committed Oct 7, 2024
1 parent af72179 commit dd495e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd495e4

Please sign in to comment.