mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 10:57:28 +00:00
update ci yamls
This commit is contained in:
parent
ec9a961849
commit
78bd734794
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci-petclinic-eks.yaml
vendored
2
.github/workflows/ci-petclinic-eks.yaml
vendored
|
|
@ -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' }}
|
||||
|
|
|
|||
2
.github/workflows/ci-petclinic-gke.yaml
vendored
2
.github/workflows/ci-petclinic-gke.yaml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue