Skip to content

Commit

Permalink
ci: Limit Sweeper Parallelism to avoid throttling (#6314)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam authored Jun 3, 2024
1 parent 7d74f0d commit fdae785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sweeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
if: vars.CI_ACCOUNT_ID != '' || github.event_name == 'workflow_dispatch'
strategy:
fail-fast: false
max-parallel: 1
matrix:
region: [us-east-2, us-west-2, eu-west-1, eu-north-1]
runs-on: ubuntu-latest
Expand Down

0 comments on commit fdae785

Please sign in to comment.