Commit e9bfd52
fix: 동시 배포 방지를 위한 concurrency 설정 추가
- production-deploy.yml과 development-deploy.yml에 concurrency 그룹 추가
- 같은 저장소에 대한 배포는 순차적으로 실행되도록 설정
- cancel-in-progress: false로 기존 배포가 완료될 때까지 대기
Co-Authored-By: Claude (us.anthropic.claude-sonnet-4-5-20250929-v1:0) <noreply@anthropic.com>1 parent fefcb76 commit e9bfd52
File tree
2 files changed
+8
-0
lines changed- .github/workflows
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments