Skip to content

Commit

Permalink
Run builds sequentially so that we can start testing out rate limit h…
Browse files Browse the repository at this point in the history
…andling
  • Loading branch information
crew102 committed Aug 21, 2022
1 parent 95fae4c commit 37c7787
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: ${{ matrix.config.os }} (${{ matrix.config.r }})

strategy:
# Run sequentially so that we don't run into rate limit errors that our
# code would normally work around via retry logic
max-parallel: 1
fail-fast: false
matrix:
config:
Expand Down

0 comments on commit 37c7787

Please sign in to comment.