chore(ci): simplify deploy concurrency key
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 18s
Validators (Pushes and Pull Requests) / validate-core (push) Has been cancelled

This commit is contained in:
2026-07-13 01:41:43 +09:00
parent 55a7e63dee
commit dc474122ca
+1 -1
View File
@@ -9,7 +9,7 @@ on:
type: string
concurrency:
group: deploy-prod-${{ github.event.workflow_run.head_sha || github.sha }}
group: deploy-prod-${{ github.sha }}
cancel-in-progress: false
env: