From ce912859aa9a6b4a6ab360ae8d5acfc0caab5b0c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 10 Oct 2021 18:22:08 +0300 Subject: [PATCH] Change cancel-in-progress to false in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 718317c..bfb5bfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ on: concurrency: group: ${{format('{0}:{1}', github.repository, github.ref)}} - cancel-in-progress: true + cancel-in-progress: false env: GIT_FETCH_JOBS: 8