update ci yamls

This commit is contained in:
mklee 2025-12-18 02:16:26 +00:00
parent ec9a961849
commit 78bd734794
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ on:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: false
env:
AWS_REGION: ${{ vars.AWS_REGION || 'ap-northeast-2' }}

View file

@ -11,7 +11,7 @@ on:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: false
env:
GCP_PROJECT_ID: ${{ vars.GCP_PROJECT_ID }}