test: set cancel-in-progress: false

- nimble install -y --depsOnly
This commit is contained in:
Roman 2023-12-13 17:35:37 +01:00
parent 963c1ddffb
commit 0bffa96edd
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

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:
build:
@ -84,7 +84,7 @@ jobs:
- name: Install deps
# if: ${{ steps.deps-cache.outputs.cache-hit != 'true' }}
run: |
nimble install_pinned
nimble install -y --depsOnly
- name: Run tests
run: |