Skip to content

Commit

Permalink
fix(ci): allow only one build at a time to prevent repository clashes
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 24, 2023
1 parent d123565 commit 47b2d5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build:
runs-on: ${{ matrix.os.host }}
strategy:
max-parallel: 1
matrix:
os:
- host: ubuntu-20.04
Expand Down

0 comments on commit 47b2d5e

Please sign in to comment.