feat: concurrency 설정으로 중복 배포 방지

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
이희원 2026-06-20 04:37:28 +09:00
parent 1131c287f5
commit 577bce2583
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ on:
branches:
- main
concurrency:
group: deploy
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest