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