test: cancel in progress to false

This commit is contained in:
Roman 2023-11-20 18:17:10 +08:00
parent 93e71455fd
commit c1531eae4f
1 changed files with 1 additions and 1 deletions

View File

@ -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: