From 0bffa96edddd70c6a7446dbd042e35e4da1bba47 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 13 Dec 2023 17:35:37 +0100 Subject: [PATCH] test: set cancel-in-progress: false - nimble install -y --depsOnly --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6264044ba..d85df1cdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |