Skip to content

Commit 1d09166

Browse files
committed
fix: serialize production deployments
1 parent b0a8550 commit 1d09166

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
deploy:
2020
name: Deploy
2121
runs-on: ubuntu-latest
22+
concurrency:
23+
group: modal-production-deploy
24+
cancel-in-progress: false
2225
env:
2326
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}
2427
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_TOKEN_SECRET }}

0 commit comments

Comments
 (0)