Skip to content

Commit 479da4c

Browse files
committed
Add max-parallel setting to GitHub Actions workflow for Renode package build to limit concurrent job execution.
1 parent 71d61b8 commit 479da4c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_renode_package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
build:
77
runs-on: ${{ matrix.os }}
88
strategy:
9+
max-parallel: 1
910
matrix:
1011
os: [ubuntu-latest, macos-latest]
1112
env:

0 commit comments

Comments
 (0)