Skip to content

Commit

Permalink
Merge pull request #1314 from embroider-build/ci-rate-limit
Browse files Browse the repository at this point in the history
Try to avoid rate limits in CI
  • Loading branch information
ef4 committed Dec 22, 2022
2 parents 35c1db2 + 1e29e15 commit 314eea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
runs:
using: 'composite'
steps:
- uses: volta-cli/action@v3
- uses: volta-cli/action@v4
env:
ACTIONS_STEP_DEBUG: true
- name: Get yarn cache directory path
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:

strategy:
fail-fast: false
max-parallel: 50 # this is trying to avoid hitting API rate limits when too many tests are hitting the github API at once.
matrix: ${{fromJson(needs.preflight.outputs.matrix)}}

steps:
Expand Down

0 comments on commit 314eea5

Please sign in to comment.