test: cancel in progress to false
This commit is contained in:
parent
93e71455fd
commit
c1531eae4f
|
@ -10,7 +10,7 @@ on:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
delete-cache:
|
delete-cache:
|
||||||
|
|
Loading…
Reference in New Issue