Skip to content

Commit

Permalink
ci: do not run jobs in parallell
Browse files Browse the repository at this point in the history
The toolchain download often stalls.
  • Loading branch information
coderbyheart committed Nov 3, 2023
1 parent d010372 commit 437cfce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
jobs:
build:
strategy:
# Don't overwhelm the toolchain server
max-parallel: 1
matrix:
sdk_nrf_branch:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on: pull_request
jobs:
build:
strategy:
# Don't overwhelm the toolchain server
max-parallel: 1
matrix:
sdk_nrf_branch:
- main
Expand Down

0 comments on commit 437cfce

Please sign in to comment.