chore(ci): simplify deploy concurrency key
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user