Skip to content

Commit 5a9fc46

Browse files
authored
fix: limit deployment jobs to one to avoid race conditions (#130)
1 parent 5ed5c04 commit 5a9fc46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
strategy:
3838
fail-fast: false
39+
max-parallel: 1
3940
matrix:
4041
deployment: ${{ fromJson(inputs.deployments) }}
4142
steps:

0 commit comments

Comments
 (0)