mirror of https://github.com/apache/cloudstack.git
Remove cancel in progress from pre-commit workflows
This commit is contained in:
parent
1dc12f5b92
commit
110f207354
|
|
@ -24,7 +24,6 @@ permissions:
|
|||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
run:
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ permissions:
|
|||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
|
|
|
|||
Loading…
Reference in New Issue