fix: update workflow concurrency settings to prevent cancellation between push and PR events
This commit is contained in:
@@ -21,7 +21,7 @@ on:
|
||||
type: string
|
||||
|
||||
concurrency:
|
||||
group: supply-chain-pr-${{ github.event.workflow_run.head_branch || github.ref }}
|
||||
group: supply-chain-pr-${{ github.event.workflow_run.event || github.event_name }}-${{ github.event.workflow_run.head_branch || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user