Skip to content

Commit

Permalink
fix: limit deployment jobs to one to avoid race conditions (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman authored Jan 30, 2025
1 parent 5ed5c04 commit 5a9fc46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 1
matrix:
deployment: ${{ fromJson(inputs.deployments) }}
steps:
Expand Down

0 comments on commit 5a9fc46

Please sign in to comment.