Skip to content

Commit

Permalink
build: try to run one build at time
Browse files Browse the repository at this point in the history
  • Loading branch information
Michsior14 committed Sep 23, 2024
1 parent ed60490 commit 17f6d60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
IMAGE_NAME: ubuntu-occt-asi-cgal-eigen-node

strategy:
max-parallel: 1
matrix:
node: [18, 20]

Expand Down Expand Up @@ -79,6 +80,7 @@ jobs:
IMAGE_NAME: ubuntu-occt-cgal-eigen-node

strategy:
max-parallel: 1
matrix:
node: [18, 20]

Expand Down

0 comments on commit 17f6d60

Please sign in to comment.